mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 18:41:14 +00:00
feat(editor): Add several performance improvements when adding nodes in new canvas (no-changelog) (#10170)
This commit is contained in:
@@ -825,9 +825,11 @@ async function onAddNodesAndConnections(
|
||||
};
|
||||
});
|
||||
|
||||
await addConnections(mappedConnections);
|
||||
addConnections(mappedConnections);
|
||||
|
||||
uiStore.resetLastInteractedWith();
|
||||
void nextTick(() => {
|
||||
uiStore.resetLastInteractedWith();
|
||||
});
|
||||
}
|
||||
|
||||
async function onRevertAddNode({ node }: { node: INodeUi }) {
|
||||
|
||||
Reference in New Issue
Block a user