Browse Source

Lower refresh timeout for search in litegraph.

pull/1438/head
comfyanonymous 1 year ago
parent
commit
cb080e771e
  1. 2
      web/lib/litegraph.core.js

2
web/lib/litegraph.core.js

@ -11529,7 +11529,7 @@ LGraphNode.prototype.executeAction = function(action)
if (timeout) {
clearInterval(timeout);
}
timeout = setTimeout(refreshHelper, 250);
timeout = setTimeout(refreshHelper, 10);
return;
}
e.preventDefault();

Loading…
Cancel
Save