From 223a468bbf99329121d584d2464c57bb0b75e139 Mon Sep 17 00:00:00 2001 From: "alonso.torres" Date: Tue, 29 Jul 2025 12:15:53 +0200 Subject: [PATCH] :bug: Fix problem when moving layout with measure input --- frontend/src/app/main/data/workspace/modifiers.cljs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/src/app/main/data/workspace/modifiers.cljs b/frontend/src/app/main/data/workspace/modifiers.cljs index 51ad4d7e4d..382320d6ea 100644 --- a/frontend/src/app/main/data/workspace/modifiers.cljs +++ b/frontend/src/app/main/data/workspace/modifiers.cljs @@ -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