🐛 Fix problem with new render resize

This commit is contained in:
alonso.torres 2025-03-06 12:20:56 +01:00
parent 02bc6e62e7
commit 707bfd4241

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