mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix(editor): Drop outgoing connections on order changed event for nodes with dynamic outputs (#9055)
This commit is contained in:
@@ -139,6 +139,7 @@ export interface IUpdateInformation {
|
||||
| INodeParameters; // with null makes problems in NodeSettings.vue
|
||||
node?: string;
|
||||
oldValue?: string | number;
|
||||
type?: 'optionsOrderChanged';
|
||||
}
|
||||
|
||||
export interface INodeUpdatePropertiesInformation {
|
||||
|
||||
Reference in New Issue
Block a user