You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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)
.The text was updated successfully, but these errors were encountered: