From 4e084a0b1887e864386e51ca455a600bd6915c68 Mon Sep 17 00:00:00 2001 From: arpitnath Date: Wed, 27 Sep 2023 19:30:20 +0530 Subject: [PATCH] fixes: cut/paste --- frontend/src/Editor/EditorFunc.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Editor/EditorFunc.jsx b/frontend/src/Editor/EditorFunc.jsx index 4c92da569f..693954cf94 100644 --- a/frontend/src/Editor/EditorFunc.jsx +++ b/frontend/src/Editor/EditorFunc.jsx @@ -1042,7 +1042,7 @@ const EditorComponent = (props) => { return; } - cloneComponents(selectedComponents, appDefinition, currentPageId, appDefinitionChanged, false); + cloneComponents(selectedComponents, appDefinition, currentPageId, appDefinitionChanged, false, true); }; const handleEditorEscapeKeyPress = () => {