This commit is contained in:
Thomas Chartron 2021-11-07 12:15:12 +01:00
parent 6da7a9b1bc
commit 58710aa1e6

View file

@ -50,7 +50,7 @@ function toggleModal () {
if ([...body.classList].includes('modal-active')) {
window.setTimeout(function() {
document.getElementById('search-input').focus()
}, 0);
}, 500);
}
}