Fix legacy searchbox focus on Firefox (#127)

This commit is contained in:
bymyself
2024-09-07 02:17:36 -07:00
committed by GitHub
parent 009ef1c84b
commit 6f121fc245

View File

@@ -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) {