mirror of
https://github.com/penpot/penpot.git
synced 2025-01-20 13:42:59 -05:00
🐛 Avoid loading the overview before zoom to frame
This commit is contained in:
parent
4bd1e32462
commit
8df8e384da
1 changed files with 1 additions and 2 deletions
|
@ -351,8 +351,7 @@
|
|||
|
||||
(when (:board-id rparams)
|
||||
(->> stream
|
||||
(rx/filter (ptk/type? ::workspace-initialized))
|
||||
(rx/observe-on :async)
|
||||
(rx/filter (ptk/type? ::dwv/initialize-viewport))
|
||||
(rx/take 1)
|
||||
(rx/map zoom-to-frame)))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue