mirror of
https://github.com/penpot/penpot.git
synced 2025-02-24 15:56:11 -05:00
🐛 Main menu popups are not closed automatically
This commit is contained in:
parent
da5847cc4d
commit
658d09ccf8
1 changed files with 3 additions and 1 deletions
|
@ -625,7 +625,9 @@
|
|||
(keyword))]
|
||||
(st/emit!
|
||||
(-> (dw/toggle-layout-flag flag)
|
||||
(vary-meta assoc ::ev/origin "workspace-menu"))))))]
|
||||
(vary-meta assoc ::ev/origin "workspace-menu")))
|
||||
(reset! show-menu* false)
|
||||
(reset! sub-menu* nil))))]
|
||||
|
||||
|
||||
[:*
|
||||
|
|
Loading…
Add table
Reference in a new issue