mirror of
https://github.com/penpot/penpot.git
synced 2026-05-28 19:33:45 +00:00
🐛 Fix black line is displaying after show main
This commit is contained in:
parent
a553de3c98
commit
1f7b5a0f7f
@ -25,6 +25,7 @@
|
|||||||
- Component Library is lost after exporting/importing in .zip format [Github #4672](https://github.com/penpot/penpot/issues/4672)
|
- Component Library is lost after exporting/importing in .zip format [Github #4672](https://github.com/penpot/penpot/issues/4672)
|
||||||
- Fix problem with moving+selection not working properly [Taiga #7943](https://tree.taiga.io/project/penpot/issue/7943)
|
- Fix problem with moving+selection not working properly [Taiga #7943](https://tree.taiga.io/project/penpot/issue/7943)
|
||||||
- Fix problem with flex layout fit to content not positioning correctly children [Taiga #7537](https://tree.taiga.io/project/penpot/issue/7537)
|
- Fix problem with flex layout fit to content not positioning correctly children [Taiga #7537](https://tree.taiga.io/project/penpot/issue/7537)
|
||||||
|
- Fix black line is displaying after show main [Taiga #7653](https://tree.taiga.io/project/penpot/issue/7653)
|
||||||
|
|
||||||
## 2.0.3
|
## 2.0.3
|
||||||
|
|
||||||
|
|||||||
@ -402,9 +402,11 @@
|
|||||||
(st/emit! (dwl/nav-to-component-file library-id comp))))
|
(st/emit! (dwl/nav-to-component-file library-id comp))))
|
||||||
|
|
||||||
do-show-component
|
do-show-component
|
||||||
#(if local-component?
|
(fn []
|
||||||
(do-show-local-component)
|
(st/emit! dw/hide-context-menu)
|
||||||
(do-show-remote-component))
|
(if local-component?
|
||||||
|
(do-show-local-component)
|
||||||
|
(do-show-remote-component)))
|
||||||
|
|
||||||
do-restore-component
|
do-restore-component
|
||||||
#(let [;; Extract a map of component-id -> component-file in order to avoid duplicates
|
#(let [;; Extract a map of component-id -> component-file in order to avoid duplicates
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user