From e10c96fa8b0d9f38bfb55b34d74bf848476b8a0f Mon Sep 17 00:00:00 2001 From: "alonso.torres" Date: Mon, 25 Mar 2024 16:10:25 +0100 Subject: [PATCH] :bug: Fix problem with grid edition --- frontend/src/app/main/data/workspace/modifiers.cljs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/src/app/main/data/workspace/modifiers.cljs b/frontend/src/app/main/data/workspace/modifiers.cljs index 302f3e6b2..b552bee67 100644 --- a/frontend/src/app/main/data/workspace/modifiers.cljs +++ b/frontend/src/app/main/data/workspace/modifiers.cljs @@ -546,7 +546,10 @@ :layout-padding-type :layout-gap :layout-item-margin - :layout-item-margin-type]}) + :layout-item-margin-type + :layout-grid-cells + :layout-grid-columns + :layout-grid-rows]}) ;; We've applied the text-modifier so we can dissoc the temporary data (fn [state] (update state :workspace-text-modifier #(apply dissoc % ids)))