Possible bug: Glitch crashes when clicking on a closing anchor tag when the opening tag is offscreen

I don’t know if this issue is specific to me but I was working on a project today and on three separate occasions this same issue happened. Basically, I was adding anchor tags to svg files in order to make them redirect to external sites. Because I was wrapping the anchor tags around the entirety of the svg, the opening tag was off the screen by the time I inserted the closing tag. When I then clicked on the closing anchor tag to highlight it (I wanted to check if it lined up with the opening tag), Glitch completely froze and I had to open the project in a new tab. I don’t know if this is an issue with Glitch or with the browser tab but I thought I’d post this here to see if anyone else has experienced the same issue. Please note that this does not happen when the closing anchor tag is on the screen.

Hey @InfinityPhoenix, welcome to the Glitch forum and thanks for the report!

If you have a project that you can share that we could Remix and that demonstrates the problem that would be most helpful. Otherwise we’ll try to reproduce it on our own so we can pass the information to the rest of the team.

Thanks for the quick response! Here is the project in question (a website redesign for my robotics team): project link.

The three svg files that have this issue are the Jameco Electronics logo, Lockheed Martin logo and NASA logo (three of our sponsors).