cferdinandi / tabby

Lightweight, accessible vanilla JS toggle tabs.
MIT License
602 stars 73 forks source link

Scroll jump to anchor then back to top #137

Open mrleblanc101 opened 1 year ago

mrleblanc101 commented 1 year ago

When you have an anchor in the URL that is not visible on load, the page will jump to then anchor and the back to the top of the page. 2023-07-31 13 36 04

mrleblanc101 commented 1 year ago

Changing .focus() to .focus({preventScroll: true}) seems to fix the problem. I'll open a PR.