"src/vscode:/vscode.git/clone" did not exist on "046dc4307507b02b8514c63c7664b723da84f2ac"
Commit cb080e77 authored by comfyanonymous's avatar comfyanonymous
Browse files

Lower refresh timeout for search in litegraph.

parent f88f7f41
......@@ -11529,7 +11529,7 @@ LGraphNode.prototype.executeAction = function(action)
if (timeout) {
clearInterval(timeout);
}
timeout = setTimeout(refreshHelper, 250);
timeout = setTimeout(refreshHelper, 10);
return;
}
e.preventDefault();
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment