From 42fe47e5f1638412c7f3db02b28e9e72bfe6cd8d Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 5 Jul 2023 14:58:09 +0200 Subject: [PATCH] :sparkles: Make the frame-id and parent-id always initialized on shape --- common/src/app/common/types/shape.cljc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/src/app/common/types/shape.cljc b/common/src/app/common/types/shape.cljc index ea3c1050d..887be6a7a 100644 --- a/common/src/app/common/types/shape.cljc +++ b/common/src/app/common/types/shape.cljc @@ -434,6 +434,8 @@ :always (assoc :id (uuid/next) + :frame-id uuid/zero + :parent-id uuid/zero :rotation 0) :always