mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-20 23:04:06 +00:00
unused export
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user