mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-20 23:04:06 +00:00
Fix legacy searchbox focus on Firefox (#127)
This commit is contained in:
@@ -11928,7 +11928,9 @@ const globalExport = {};
|
||||
}
|
||||
canvas.parentNode.appendChild(dialog);
|
||||
*/
|
||||
input.focus();
|
||||
requestAnimationFrame(function () {
|
||||
input.focus();
|
||||
});
|
||||
if (options.show_all_on_open) refreshHelper();
|
||||
|
||||
function select(name) {
|
||||
|
||||
Reference in New Issue
Block a user