mirror of
https://github.com/penpot/penpot.git
synced 2026-04-26 11:48:28 +00:00
🐛 Fix problem when changing size with user input
This commit is contained in:
parent
223a468bbf
commit
4b020dcc1a
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user