mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 11:18:36 +00:00
🐛 Fix problem when duplicating grid
This commit is contained in:
parent
edf6ea1cb5
commit
23b5eeaf68
@ -1229,9 +1229,8 @@
|
||||
(let [do-remap-cells
|
||||
(fn [cell]
|
||||
(-> cell
|
||||
(update :shapes #(mapv ids-map %))))
|
||||
(update :shapes #(into [] (keep ids-map) %))))
|
||||
shape
|
||||
(-> shape
|
||||
(update :layout-grid-cells update-vals do-remap-cells)
|
||||
(check-deassigned-cells))]
|
||||
(update :layout-grid-cells update-vals do-remap-cells))]
|
||||
shape))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user