fileserver: Prevent focusing filter from scrolling on page load (#4393)

This commit is contained in:
Klaus Helenius 2021-10-20 19:15:58 +03:00 committed by GitHub
parent a2119c09e9
commit a21d5a001f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -430,7 +430,7 @@ footer {
</footer>
<script>
var filterEl = document.getElementById('filter');
filterEl.focus();
filterEl.focus({ preventScroll: true });
function initFilter() {
if (!filterEl.value) {