🐛 Fix problem when changing size with user input

This commit is contained in:
alonso.torres
2025-07-29 12:16:08 +02:00
parent 223a468bbf
commit 4b020dcc1a

View File

@@ -395,7 +395,7 @@
(gm/set-objects-modifiers objects))]
(if (features/active-feature? state "render-wasm/v1")
(rx/of (dwm/apply-wasm-modifiers modif-tree))
(rx/of (dwm/apply-wasm-modifiers modif-tree {:ignore-snap-pixel true}))
(rx/of (dwm/apply-modifiers* objects modif-tree nil options))))))))
(defn change-orientation