mirror of
https://github.com/penpot/penpot.git
synced 2026-04-29 21:28:20 +00:00
🐛 Fix problem with new render resize
This commit is contained in:
parent
02bc6e62e7
commit
707bfd4241
@ -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")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user