mirror of
https://github.com/penpot/penpot.git
synced 2025-04-04 11:01:20 -05:00
🐛 Fix Move layers fails (sometimes)
This commit is contained in:
parent
1e2d100c81
commit
27aa20f00b
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@
|
|||
|
||||
on-drop
|
||||
(mf/use-fn
|
||||
(mf/deps id)
|
||||
(mf/deps id index objects)
|
||||
(fn [side _data]
|
||||
(if (= side :center)
|
||||
(st/emit! (dw/relocate-selected-shapes id 0))
|
||||
|
|
Loading…
Add table
Reference in a new issue