mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
fixes: Keyboard action to move component is not saving
This commit is contained in:
parent
fb5fac4d4b
commit
5c157175e1
1 changed files with 1 additions and 1 deletions
|
|
@ -1020,7 +1020,7 @@ const EditorComponent = (props) => {
|
|||
|
||||
_appDefinition.pages[currentPageId].components = newComponents;
|
||||
|
||||
appDefinitionChanged(_appDefinition);
|
||||
appDefinitionChanged(_appDefinition, { containerChanges: true, widgetMovedWithKeyboard: true });
|
||||
};
|
||||
|
||||
const copyComponents = () =>
|
||||
|
|
|
|||
Loading…
Reference in a new issue