mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-03 06:47:33 +00:00
Resolve "'LGraph' is not defined" issue
Resolve Unable to use SubGraph node with webpack.
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
this.enabled = true;
|
||||
|
||||
//create inner graph
|
||||
this.subgraph = new LGraph();
|
||||
this.subgraph = new LiteGraph.LGraph();
|
||||
this.subgraph._subgraph_node = this;
|
||||
this.subgraph._is_subgraph = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user