mirror of
https://github.com/penpot/penpot.git
synced 2026-09-08 13:09:22 +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))
|
(and (not selected?) (empty? selected))
|
||||||
(do
|
(do
|
||||||
(dom/stop-propagation event)
|
(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)))
|
(and (not selected?) (not (empty? selected)))
|
||||||
(do
|
(do
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user