diff --git a/src/litegraph.js b/src/litegraph.js index adfcdb5b0..c5a63ee25 100755 --- a/src/litegraph.js +++ b/src/litegraph.js @@ -7995,7 +7995,7 @@ LGraphNode.prototype.executeAction = function(action) if (!str) return; if (that.onSearchBox) { - var list = that.onSearchBox(help, str, graphcanvas); + var list = that.onSearchBox(helper, str, graphcanvas); if (list) for (var i = 0; i < list.length; ++i) addResult(list[i]); } else {