🐛 Change behavior of auto cells

This commit is contained in:
alonso.torres 2024-01-04 15:16:43 +01:00
parent e3ed198ba1
commit 9e52cdb75e
9 changed files with 129 additions and 32 deletions

View file

@ -500,7 +500,6 @@
(pcb/amend-last-change #(assoc % :old-id (:id obj)))
(cond-> (ctl/grid-layout? objects (:parent-id obj))
(-> (pcb/update-shapes [(:parent-id obj)] ctl/assign-cells {:with-objects? true})
(pcb/update-shapes [(:parent-id obj)] ctl/check-deassigned-cells {:with-objects? true})
(pcb/reorder-grid-children [(:parent-id obj)]))))
changes (cond-> changes