Update litegraph.js

Prevent error since panel is not defined.
This commit is contained in:
KaruroChori
2023-03-18 18:07:05 +00:00
committed by GitHub
parent 930375b2e2
commit 23e81adc8e

View File

@@ -12298,7 +12298,7 @@ LGraphNode.prototype.executeAction = function(action)
var ref_window = this.getCanvasWindow();
var that = this;
var graphcanvas = this;
panel = this.createPanel(node.title || "",{
var panel = this.createPanel(node.title || "",{
closable: true
,window: ref_window
,onOpen: function(){