diff --git a/common/src/app/common/types/shape/layout.cljc b/common/src/app/common/types/shape/layout.cljc index 97d5fbd0ab..7998b019fd 100644 --- a/common/src/app/common/types/shape/layout.cljc +++ b/common/src/app/common/types/shape/layout.cljc @@ -1232,5 +1232,6 @@ (update :shapes #(mapv ids-map %)))) shape (-> shape - (update :layout-grid-cells update-vals do-remap-cells))] + (update :layout-grid-cells update-vals do-remap-cells) + (check-deassigned-cells))] shape))