From 02b3c6ac284782c532a146690585dcee0c6ed42d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Moya?= Date: Wed, 25 Nov 2020 13:44:06 +0100 Subject: [PATCH] :bug: Ignore touched when duplicating shape --- frontend/src/app/main/data/workspace/selection.cljs | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/app/main/data/workspace/selection.cljs b/frontend/src/app/main/data/workspace/selection.cljs index f2ef8af36..2d33d9e54 100644 --- a/frontend/src/app/main/data/workspace/selection.cljs +++ b/frontend/src/app/main/data/workspace/selection.cljs @@ -330,6 +330,7 @@ :old-id (:id obj) :frame-id frame-id :parent-id parent-id + :ignore-touched true :obj (dissoc reframed-obj :shapes)}] children-changes)))