mirror of
https://github.com/penpot/penpot.git
synced 2026-03-09 11:45:40 +00:00
🐛 Fix problem when changing size with user input
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user