Fixed automatic scrolling hampers usability on long sites lists in popup.
This commit is contained in:
parent
40a33368fc
commit
d1b10a9bb1
|
@ -316,6 +316,7 @@ addEventListener("unload", e => {
|
|||
|
||||
sitesUI.render(sites);
|
||||
sitesUI.focus();
|
||||
window.scrollTo(0, 0);
|
||||
}
|
||||
|
||||
function reload() {
|
||||
|
|
Loading…
Reference in New Issue