mirror of
https://github.com/penpot/penpot.git
synced 2025-01-11 01:10:28 -05:00
Deselect current tool with esc
This commit is contained in:
parent
b9e3e9f7d4
commit
987736f9fb
1 changed files with 3 additions and 1 deletions
|
@ -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…
Reference in a new issue