mirror of
https://github.com/penpot/penpot.git
synced 2026-04-27 20:28:11 +00:00
🐛 Add minor adjustment to migration 33 to accept and fix invalid root frames
This commit is contained in:
parent
d4c91ae44b
commit
09ba1c262b
@ -623,6 +623,10 @@
|
||||
(-> object
|
||||
(assoc :parent-id uuid/zero)
|
||||
(assoc :frame-id uuid/zero)
|
||||
;; We explicitly dissoc them and let the shape-setup
|
||||
;; to regenerate it with valid values.
|
||||
(dissoc :selrect)
|
||||
(dissoc :points)
|
||||
(cts/setup-shape))
|
||||
object))
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user