mirror of
https://github.com/penpot/penpot.git
synced 2026-03-07 18:51:14 +00:00
🐛 Fix problem with layout update touching geometry
This commit is contained in:
committed by
Alonso Torres
parent
a3e24785d3
commit
06b4ae5c96
@@ -108,11 +108,14 @@
|
||||
(if (d/not-empty? ids)
|
||||
(let [modif-tree (dwm/create-modif-tree ids (ctm/reflow-modifiers))]
|
||||
(if (features/active-feature? state "render-wasm/v1")
|
||||
(rx/of (dwm/apply-wasm-modifiers modif-tree :stack-undo? true :undo-group undo-group))
|
||||
|
||||
(rx/of (dwm/apply-wasm-modifiers modif-tree
|
||||
:stack-undo? true
|
||||
:undo-group undo-group
|
||||
:ignore-touched true))
|
||||
(rx/of (dwm/apply-modifiers {:page-id page-id
|
||||
:modifiers modif-tree
|
||||
:stack-undo? true
|
||||
:ignore-touched true
|
||||
:undo-group undo-group}))))
|
||||
(rx/empty))))))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user