fix(editor): Show left-hand NDV floating nodes in correct order (#14126)

This commit is contained in:
jeanpaul
2025-03-25 09:13:28 +01:00
committed by GitHub
parent a082a16c5d
commit 71f281b90d
3 changed files with 124 additions and 2 deletions

View File

@@ -76,7 +76,7 @@ const connectedNodes = computed<
).reverse(),
[FloatingNodePosition.left]: getINodesFromNames(
workflow.getParentNodes(rootName, NodeConnectionTypes.Main, 1),
),
).reverse(),
};
});