0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-11 07:11:32 -05:00

🐛 Fix problem when duplicating grid

This commit is contained in:
alonso.torres 2023-12-04 09:58:25 +01:00
parent 58cb7af674
commit fcbebf0f82

View file

@ -1231,5 +1231,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))