Remove upload input autofocus on page load

This commit is contained in:
Booteille 2025-05-18 18:17:43 +02:00
parent 15f75a06f4
commit eb366bd083
No known key found for this signature in database
GPG Key ID: 0AB6C6CA01272646
1 changed files with 0 additions and 2 deletions

View File

@ -543,6 +543,4 @@ document.addEventListener("DOMContentLoaded", () => {
.querySelector("#upload-box .file-cta .file-label")
.append(maxSizeDOM);
}
document.querySelector(".file-input").focus();
});