mirror of
https://github.com/penpot/penpot.git
synced 2026-05-02 06:38:20 +00:00
Merge pull request #6024 from penpot/fix-resize-problem
🐛 Fix problem with new render resize
This commit is contained in:
commit
854145e435
@ -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