mirror of
https://github.com/penpot/penpot.git
synced 2026-09-12 15:09:38 +00:00
🐛 Fix problem when duplicating grid
This commit is contained in:
parent
58cb7af674
commit
fcbebf0f82
@ -1231,5 +1231,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…
x
Reference in New Issue
Block a user