mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 07:29:08 -05:00
🐛 Select and deselect shapes correctly inside an artboard
This commit is contained in:
parent
4a7b5618ff
commit
3835e0ea74
1 changed files with 4 additions and 1 deletions
|
@ -60,8 +60,11 @@
|
||||||
nil
|
nil
|
||||||
|
|
||||||
(= type :frame)
|
(= type :frame)
|
||||||
(do (dom/stop-propagation event)
|
(if selected?
|
||||||
|
(do
|
||||||
|
(dom/stop-propagation event)
|
||||||
(st/emit! (dw/start-move-selected)))
|
(st/emit! (dw/start-move-selected)))
|
||||||
|
(st/emit! (dw/deselect-all)))
|
||||||
|
|
||||||
:else
|
:else
|
||||||
(do
|
(do
|
||||||
|
|
Loading…
Add table
Reference in a new issue