mirror of
https://github.com/penpot/penpot.git
synced 2026-05-05 08:08:27 +00:00
Deselect current tool with esc
This commit is contained in:
parent
b9e3e9f7d4
commit
987736f9fb
@ -320,7 +320,9 @@
|
||||
(reify
|
||||
rs/UpdateEvent
|
||||
(-apply-update [_ state]
|
||||
(assoc-in state [:workspace :selected] #{}))))
|
||||
(-> state
|
||||
(assoc-in [:workspace :selected] #{})
|
||||
(assoc-in [:workspace :drawing] nil)))))
|
||||
|
||||
(defn group-selected
|
||||
[]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user