mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-11 02:15:17 +00:00
Lower refresh timeout for search in litegraph.
This commit is contained in:
parent
f88f7f413a
commit
cb080e771e
@ -11529,7 +11529,7 @@ LGraphNode.prototype.executeAction = function(action)
|
|||||||
if (timeout) {
|
if (timeout) {
|
||||||
clearInterval(timeout);
|
clearInterval(timeout);
|
||||||
}
|
}
|
||||||
timeout = setTimeout(refreshHelper, 250);
|
timeout = setTimeout(refreshHelper, 10);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
|
Loading…
Reference in New Issue
Block a user