Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
ComfyUI
Commits
cb080e77
Commit
cb080e77
authored
Sep 06, 2023
by
comfyanonymous
Browse files
Lower refresh timeout for search in litegraph.
parent
f88f7f41
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
web/lib/litegraph.core.js
web/lib/litegraph.core.js
+1
-1
No files found.
web/lib/litegraph.core.js
View file @
cb080e77
...
@@ -11529,7 +11529,7 @@ LGraphNode.prototype.executeAction = function(action)
...
@@ -11529,7 +11529,7 @@ LGraphNode.prototype.executeAction = function(action)
if
(
timeout
)
{
if
(
timeout
)
{
clearInterval
(
timeout
);
clearInterval
(
timeout
);
}
}
timeout
=
setTimeout
(
refreshHelper
,
25
0
);
timeout
=
setTimeout
(
refreshHelper
,
1
0
);
return
;
return
;
}
}
e
.
preventDefault
();
e
.
preventDefault
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment