mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
fix(editor): Use selected input item for autocomplete (#10019)
This commit is contained in:
@@ -149,7 +149,7 @@ const parameterHint = computed(() => {
|
||||
return props.hint;
|
||||
});
|
||||
|
||||
const targetItem = computed(() => ndvStore.hoveringItem);
|
||||
const targetItem = computed(() => ndvStore.expressionTargetItem);
|
||||
|
||||
const isInputParentOfActiveNode = computed(() => ndvStore.isInputParentOfActiveNode);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user