mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 00:10:11 -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
|
||||
|
||||
(= 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
|
||||
|
|
Loading…
Reference in a new issue