mirror of
https://github.com/penpot/penpot.git
synced 2026-03-19 17:03:44 +00:00
🐛 Fix black line is displaying after show main
This commit is contained in:
committed by
Alejandro Alonso
parent
a553de3c98
commit
1f7b5a0f7f
@@ -402,9 +402,11 @@
|
||||
(st/emit! (dwl/nav-to-component-file library-id comp))))
|
||||
|
||||
do-show-component
|
||||
#(if local-component?
|
||||
(do-show-local-component)
|
||||
(do-show-remote-component))
|
||||
(fn []
|
||||
(st/emit! dw/hide-context-menu)
|
||||
(if local-component?
|
||||
(do-show-local-component)
|
||||
(do-show-remote-component)))
|
||||
|
||||
do-restore-component
|
||||
#(let [;; Extract a map of component-id -> component-file in order to avoid duplicates
|
||||
|
||||
Reference in New Issue
Block a user