mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(editor): Show left-hand NDV floating nodes in correct order (#14126)
This commit is contained in:
@@ -76,7 +76,7 @@ const connectedNodes = computed<
|
||||
).reverse(),
|
||||
[FloatingNodePosition.left]: getINodesFromNames(
|
||||
workflow.getParentNodes(rootName, NodeConnectionTypes.Main, 1),
|
||||
),
|
||||
).reverse(),
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user