mirror of
https://github.com/penpot/penpot.git
synced 2026-02-25 13:56:04 +00:00
🐛 Select and deselect shapes correctly inside an artboard
This commit is contained in:
committed by
Andrey Antukh
parent
4a7b5618ff
commit
3835e0ea74
@@ -60,8 +60,11 @@
|
||||
nil
|
||||
|
||||
(= type :frame)
|
||||
(do (dom/stop-propagation event)
|
||||
(if selected?
|
||||
(do
|
||||
(dom/stop-propagation event)
|
||||
(st/emit! (dw/start-move-selected)))
|
||||
(st/emit! (dw/deselect-all)))
|
||||
|
||||
:else
|
||||
(do
|
||||
|
||||
Reference in New Issue
Block a user