mirror of
https://github.com/penpot/penpot.git
synced 2026-03-20 09:23:47 +00:00
🐛 Avoid loading the overview before zoom to frame
This commit is contained in:
@@ -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)))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user