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:
parent
58cb7af674
commit
fcbebf0f82
1 changed files with 2 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue