mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
fixes: cut/paste
This commit is contained in:
parent
bd6809d645
commit
4e084a0b18
1 changed files with 1 additions and 1 deletions
|
|
@ -1042,7 +1042,7 @@ const EditorComponent = (props) => {
|
|||
return;
|
||||
}
|
||||
|
||||
cloneComponents(selectedComponents, appDefinition, currentPageId, appDefinitionChanged, false);
|
||||
cloneComponents(selectedComponents, appDefinition, currentPageId, appDefinitionChanged, false, true);
|
||||
};
|
||||
|
||||
const handleEditorEscapeKeyPress = () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue