mirror of
https://github.com/tchartron/blow
synced 2024-11-23 21:03:16 +00:00
update
This commit is contained in:
parent
6da7a9b1bc
commit
58710aa1e6
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ function toggleModal () {
|
|||
if ([...body.classList].includes('modal-active')) {
|
||||
window.setTimeout(function() {
|
||||
document.getElementById('search-input').focus()
|
||||
}, 0);
|
||||
}, 500);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue