TryAPL icon indicating copy to clipboard operation
TryAPL copied to clipboard

Go straight to anchor on page load

Open rikedyp opened this issue 1 year ago • 0 comments

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).

rikedyp avatar May 15 '23 10:05 rikedyp