mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
fix: Fix resolving of expressions of deeply nested sub-nodes (#8612)
This commit is contained in:
@@ -81,10 +81,7 @@ export default defineComponent({
|
||||
if (!activeNode) {
|
||||
return null;
|
||||
}
|
||||
return this.workflowHelpers.getParentMainInputNode(
|
||||
this.workflowHelpers.getCurrentWorkflow(),
|
||||
activeNode,
|
||||
);
|
||||
return this.workflow.getParentMainInputNode(activeNode);
|
||||
},
|
||||
extendAll(): boolean {
|
||||
if (this.variableFilter) {
|
||||
|
||||
Reference in New Issue
Block a user