mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-22 12:19:09 +00:00
fix(editor): Align undo/redo functionality on new canvas (no-changelog) (#11154)
This commit is contained in:
@@ -1534,7 +1534,7 @@ export default defineComponent({
|
||||
return;
|
||||
}
|
||||
|
||||
this.nodeHelpers.disableNodes(nodes, true);
|
||||
this.nodeHelpers.disableNodes(nodes, { trackHistory: true, trackBulk: true });
|
||||
},
|
||||
|
||||
togglePinNodes(nodes: INode[], source: 'keyboard-shortcut' | 'context-menu') {
|
||||
|
||||
Reference in New Issue
Block a user