Resolve "'LGraph' is not defined" issue

Resolve Unable to use SubGraph node with webpack.
This commit is contained in:
DABEOM KIM
2019-11-04 23:47:33 +09:00
committed by GitHub
parent 02f76a57df
commit 6d9fa8a41d

View File

@@ -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;