mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
fix(editor): Fix floating nodes sorting (no-changelog) (#11301)
This commit is contained in:
parent
0aae47c295
commit
6a722c45ea
|
@ -73,7 +73,7 @@ const connectedNodes = computed<
|
|||
),
|
||||
[FloatingNodePosition.right]: getINodesFromNames(
|
||||
workflow.getChildNodes(rootName, NodeConnectionType.Main, 1),
|
||||
),
|
||||
).reverse(),
|
||||
[FloatingNodePosition.left]: getINodesFromNames(
|
||||
workflow.getParentNodes(rootName, NodeConnectionType.Main, 1),
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue