mirror of
https://github.com/penpot/penpot.git
synced 2026-05-08 01:28:44 +00:00
🐛 Fix after making 'Detach instance' in a component the swap sidebar was opened
This commit is contained in:
parent
2ebdaa7f75
commit
54b5ee1d4d
@ -389,7 +389,8 @@
|
||||
(let [do-action
|
||||
(fn [action event]
|
||||
(dom/stop-propagation event)
|
||||
(action))]
|
||||
(action)
|
||||
(on-close))]
|
||||
[:& dropdown {:show show :on-close on-close}
|
||||
[:ul {:class (stl/css :custom-select-dropdown)}
|
||||
(for [entry menu-entries :when (not (nil? entry))]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user