mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 18:52:19 +00:00
Update litegraph.js
Prevent error since panel is not defined.
This commit is contained in:
@@ -12298,7 +12298,7 @@ LGraphNode.prototype.executeAction = function(action)
|
|||||||
var ref_window = this.getCanvasWindow();
|
var ref_window = this.getCanvasWindow();
|
||||||
var that = this;
|
var that = this;
|
||||||
var graphcanvas = this;
|
var graphcanvas = this;
|
||||||
panel = this.createPanel(node.title || "",{
|
var panel = this.createPanel(node.title || "",{
|
||||||
closable: true
|
closable: true
|
||||||
,window: ref_window
|
,window: ref_window
|
||||||
,onOpen: function(){
|
,onOpen: function(){
|
||||||
|
|||||||
Reference in New Issue
Block a user