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) {
|
||||
clearInterval(timeout);
|
||||
}
|
||||
timeout = setTimeout(refreshHelper, 250);
|
||||
timeout = setTimeout(refreshHelper, 10);
|
||||
return;
|
||||
}
|
||||
e.preventDefault();
|
||||
|
|
Loading…
Reference in New Issue