Remove upload input autofocus on page load
This commit is contained in:
parent
15f75a06f4
commit
eb366bd083
|
@ -543,6 +543,4 @@ document.addEventListener("DOMContentLoaded", () => {
|
||||||
.querySelector("#upload-box .file-cta .file-label")
|
.querySelector("#upload-box .file-cta .file-label")
|
||||||
.append(maxSizeDOM);
|
.append(maxSizeDOM);
|
||||||
}
|
}
|
||||||
|
|
||||||
document.querySelector(".file-input").focus();
|
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue