Boom - Notebook doesn't respond after clicking on two links

I was playing with the URL as explained in URL querystrings and hash parameters / Jeremy Ashkenas | Observable

and I wonder if there is bug somewhere in how Observable manages the clicks on local links, or if I missed something, but I crashed the notebook by clicking successively on the links created with:

html`<a href="${document.baseURI}#a">👉 clic here</a>`

and

html`<a href="${document.baseURI}">👉 then here 💥</a>`

See Boom / Sylvain Lesage | Observable

2 Likes

Nice bug! We’ll take a look…

1 Like

This has been fixed. Thanks for the report!

1 Like

Thanks!