mirror of
https://github.com/penpot/penpot.git
synced 2025-07-19 04:47:11 +02:00
🐛 Fix toolbar keeps hiding when clicking outside
This commit is contained in:
parent
a150e1c2e5
commit
b4004af255
2 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
|||
(or (= type ::common/finish-path)
|
||||
(= type :app.main.data.workspace.path.shortcuts/esc-pressed)
|
||||
(= type :app.main.data.workspace.common/clear-edition-mode)
|
||||
(= type :app.main.data.workspace.edition/clear-edition-mode)
|
||||
(= type :app.main.data.workspace/finalize-page)
|
||||
(= event :interrupt) ;; ESC
|
||||
(and ^boolean (mse/mouse-event? event)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue