mirror of
https://github.com/penpot/penpot.git
synced 2025-08-06 13:38:30 +02:00
🐛 Change behavior of auto cells
This commit is contained in:
parent
e3ed198ba1
commit
9e52cdb75e
9 changed files with 129 additions and 32 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue