mirror of
https://github.com/penpot/penpot.git
synced 2025-06-12 01:41:37 +02:00
🐛 Fix external borders not considered for thumbnails
This commit is contained in:
parent
22ded62000
commit
f9f3b3951f
2 changed files with 1 additions and 2 deletions
|
@ -230,7 +230,7 @@
|
|||
[:g {:on-mouse-down start-move-position
|
||||
:on-mouse-enter #(reset! hover-disabled? true)
|
||||
:on-mouse-leave #(reset! hover-disabled? false)}
|
||||
[:use {:href (str "#shape-" (:id dest-shape))
|
||||
[:use {:href (str "#thumbnail-container-" (:id dest-shape))
|
||||
:x (- marker-x dest-x)
|
||||
:y (- marker-y dest-y)}]
|
||||
[:path {:stroke "var(--color-primary)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue