mirror of
https://github.com/penpot/penpot.git
synced 2025-07-05 00:57:16 +02:00
🐛 Fix problem with new render resize
This commit is contained in:
parent
02bc6e62e7
commit
707bfd4241
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue