mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
🐛 Fix problem when duplicating grid
This commit is contained in:
parent
58cb7af674
commit
fcbebf0f82
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue