Fixed automatic scrolling hampers usability on long sites lists in popup.

This commit is contained in:
hackademix 2020-08-14 22:32:44 +02:00
parent 40a33368fc
commit d1b10a9bb1
1 changed files with 1 additions and 0 deletions

View File

@ -316,6 +316,7 @@ addEventListener("unload", e => {
sitesUI.render(sites);
sitesUI.focus();
window.scrollTo(0, 0);
}
function reload() {