mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 19:28:12 +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 %))))
|
||||
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…
x
Reference in New Issue
Block a user