0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 16:30:37 -05:00

🐛 Makes esc exit text edition and drawing shape at the same time

This commit is contained in:
alonso.torres 2020-10-02 13:17:21 +02:00 committed by Andrey Antukh
parent d8e0bab4ad
commit 6d9155032f

View file

@ -317,7 +317,9 @@
(fn [event]
(dom/stop-propagation event)
(when (= (.-keyCode event) 27) ; ESC
(on-close)))
(do
(st/emit! :interrupt)
(on-close))))
on-mount
(fn []