Go straight to anchor on page load
Open
- Dominant language
- JavaScript
- Stars
- 30
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
https://tryapl.org/?tab=help#limitations
The link above goes to the correct tab, but not to the anchor `#limitations`. It does on Firefox if the page has already been loaded and then you select the URL bar and press Enter again.
I believe this could be resolved with a call from the window load event https://developer.mozilla.org/en-US/docs/Web/API/Window/load_event which scrolls to `window.location.hash.substr(1)`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.