mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-10 21:42:37 +08:00
Lower refresh timeout for search in litegraph.
This commit is contained in:
parent
b58288668f
commit
283c46e826
@ -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