Skip to content

Commit d1b10a9

Browse files
committed
Fixed automatic scrolling hampers usability on long sites lists in popup.
1 parent 40a3336 commit d1b10a9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/ui/popup.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,7 @@ addEventListener("unload", e => {
316316

317317
sitesUI.render(sites);
318318
sitesUI.focus();
319+
window.scrollTo(0, 0);
319320
}
320321

321322
function reload() {

0 commit comments

Comments
 (0)