mirror of
https://github.com/tchartron/blow
synced 2025-02-25 11:47:07 +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')) {
|
if ([...body.classList].includes('modal-active')) {
|
||||||
window.setTimeout(function() {
|
window.setTimeout(function() {
|
||||||
document.getElementById('search-input').focus()
|
document.getElementById('search-input').focus()
|
||||||
}, 0);
|
}, 500);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue