mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 19:28:12 +00:00
Send the select-shape event before acquire move action.
This commit is contained in:
parent
bfc0fc0f98
commit
50e8de4552
@ -28,8 +28,8 @@
|
||||
(and (not selected?) (empty? selected))
|
||||
(do
|
||||
(dom/stop-propagation event)
|
||||
(uuc/acquire-action! "ui.shape.move")
|
||||
(rs/emit! (dw/select-shape id)))
|
||||
(rs/emit! (dw/select-shape id))
|
||||
(uuc/acquire-action! "ui.shape.move"))
|
||||
|
||||
(and (not selected?) (not (empty? selected)))
|
||||
(do
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user