mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-03 06:47:33 +00:00
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user