mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 23:49:45 -05:00
Merge remote-tracking branch 'origin/feature-grid' into develop
This commit is contained in:
commit
f27343fcbd
1 changed files with 2 additions and 1 deletions
|
@ -1232,5 +1232,6 @@
|
||||||
(update :shapes #(mapv ids-map %))))
|
(update :shapes #(mapv ids-map %))))
|
||||||
shape
|
shape
|
||||||
(-> shape
|
(-> shape
|
||||||
(update :layout-grid-cells update-vals do-remap-cells))]
|
(update :layout-grid-cells update-vals do-remap-cells)
|
||||||
|
(check-deassigned-cells))]
|
||||||
shape))
|
shape))
|
||||||
|
|
Loading…
Add table
Reference in a new issue