From bd38a094e4ac3257fa3139c8c339507d083868f7 Mon Sep 17 00:00:00 2001 From: pythongosssss <125205205+pythongosssss@users.noreply.github.com> Date: Tue, 27 Jan 2026 19:13:24 -0800 Subject: [PATCH] unused export --- src/core/graph/subgraph/proxyWidgetUtils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/graph/subgraph/proxyWidgetUtils.ts b/src/core/graph/subgraph/proxyWidgetUtils.ts index 2a901aaf35..eac90ddd1c 100644 --- a/src/core/graph/subgraph/proxyWidgetUtils.ts +++ b/src/core/graph/subgraph/proxyWidgetUtils.ts @@ -207,7 +207,7 @@ export function autoPromoteDynamicChildren( /** * Get parent SubgraphNodes based on current navigation context. */ -export function getParentNodes(): SubgraphNode[] { +function getParentNodes(): SubgraphNode[] { //NOTE: support for determining parents of a subgraph is limited //This function will require rework to properly support linked subgraphs //Either by including actual parents in the navigation stack,