0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 08:20:45 -05:00

🐛 Select and deselect shapes correctly inside an artboard

This commit is contained in:
Andrés Moya 2020-11-30 14:29:19 +01:00 committed by Andrey Antukh
parent 4a7b5618ff
commit 3835e0ea74

View file

@ -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