mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
feat(editor): Add missing extension methods for expressions (#8845)
This commit is contained in:
@@ -44,6 +44,7 @@ export const useNDVStore = defineStore(STORES.NDV, {
|
||||
},
|
||||
},
|
||||
focusedMappableInput: '',
|
||||
focusedInputPath: '',
|
||||
mappingTelemetry: {},
|
||||
hoveringItem: null,
|
||||
draggable: {
|
||||
@@ -268,5 +269,8 @@ export const useNDVStore = defineStore(STORES.NDV, {
|
||||
});
|
||||
}
|
||||
},
|
||||
setFocusedInputPath(path: string) {
|
||||
this.focusedInputPath = path;
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user