Merge pull request #345 from KaruroChori/master

Fix panel not defined.
This commit is contained in:
Javi Agenjo
2023-03-20 10:24:36 +01:00
committed by GitHub

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(){