0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 00:10:11 -05:00

Merge remote-tracking branch 'origin/feature-grid' into develop

This commit is contained in:
alonso.torres 2023-12-04 09:59:33 +01:00
commit f27343fcbd

View file

@ -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))