0
Fork 0
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:
Marina López 2025-01-09 12:22:55 +01:00
parent 4bd1e32462
commit 8df8e384da

View file

@ -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)))