Skip to content

Commit

Permalink
Fixed automatic scrolling hampers usability on long sites lists in po…
Browse files Browse the repository at this point in the history
…pup.
  • Loading branch information
hackademix committed Aug 14, 2020
1 parent 40a3336 commit d1b10a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ addEventListener("unload", e => {

sitesUI.render(sites);
sitesUI.focus();
window.scrollTo(0, 0);
}

function reload() {
Expand Down

0 comments on commit d1b10a9

Please sign in to comment.