Skip to content

Commit f2aa1e4

Browse files
authored
fix: tab scroll on navigate (#143)
1 parent 19bcfb9 commit f2aa1e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/website/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,7 @@ <h3>Fetch a player's profile</h3>
381381
}
382382

383383
event.intercept({
384+
scroll: 'manual',
384385
handler() {
385386
selectTab(getTabFromUrl(event.destination.url));
386387
}

0 commit comments

Comments
 (0)