mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 08:50:57 -05:00
🐛 Fix internal server error occurred when user has swapped the component and made an action 'Show main component'
This commit is contained in:
parent
c27639d02e
commit
531b1a93e9
1 changed files with 2 additions and 1 deletions
|
@ -1318,7 +1318,8 @@
|
||||||
(rx/of (go-to-page page-id))
|
(rx/of (go-to-page page-id))
|
||||||
(->> stream
|
(->> stream
|
||||||
(rx/filter (ptk/type? ::initialize-page))
|
(rx/filter (ptk/type? ::initialize-page))
|
||||||
(rx/take 1))
|
(rx/take 1)
|
||||||
|
(rx/observe-on :async))
|
||||||
(select-and-zoom shape-id)))
|
(select-and-zoom shape-id)))
|
||||||
|
|
||||||
redirect-to-file
|
redirect-to-file
|
||||||
|
|
Loading…
Reference in a new issue