Merge pull request #6024 from penpot/fix-resize-problem

🐛 Fix problem with new render resize
This commit is contained in:
Alejandro 2025-03-06 12:33:09 +01:00 committed by GitHub
commit 854145e435
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -310,8 +310,8 @@
(rx/map #(gpt/length %))
(rx/filter #(> % (/ 10 zoom)))
(rx/take 1)
(rx/mapcat (fn [] modifiers-stream))
(rx/take-until stopper))
(rx/take-until stopper)
(rx/mapcat (fn [] modifiers-stream)))
(rx/of
(if (features/active-feature? state "render-wasm/v1")