mirror of
https://github.com/penpot/penpot.git
synced 2026-05-10 18:48:23 +00:00
🐛 Fix problem when moving layout with measure input
This commit is contained in:
parent
e6ac2c1159
commit
223a468bbf
@ -20,6 +20,7 @@
|
||||
[app.common.types.container :as ctn]
|
||||
[app.common.types.modifiers :as ctm]
|
||||
[app.common.types.path :as path]
|
||||
[app.common.types.shape :as shape]
|
||||
[app.common.types.shape-tree :as ctst]
|
||||
[app.common.types.shape.attrs :refer [editable-attrs]]
|
||||
[app.common.types.shape.layout :as ctl]
|
||||
@ -637,7 +638,8 @@
|
||||
(let [objects (dsh/lookup-page-objects state)
|
||||
|
||||
ignore-tree
|
||||
(calculate-ignore-tree modif-tree objects)
|
||||
(binding [shape/*wasm-sync* false]
|
||||
(calculate-ignore-tree modif-tree objects))
|
||||
|
||||
options
|
||||
(-> params
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user