0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-04-14 07:51:35 -05:00

Make the frame-id and parent-id always initialized on shape

This commit is contained in:
Andrey Antukh 2023-07-05 14:58:09 +02:00
parent f246de82f4
commit 42fe47e5f1

View file

@ -434,6 +434,8 @@
:always
(assoc :id (uuid/next)
:frame-id uuid/zero
:parent-id uuid/zero
:rotation 0)
:always