halomod / TheHaloMod-SPA

Single-page app for TheHaloMod
https://www.thehalomod.app/
MIT License
4 stars 0 forks source link

Prevent Plot Re-Rendering when Forms Window is up #145

Closed aneuhold closed 3 years ago

aneuhold commented 3 years ago

Right now the plot tries to re-render when the forms window is up. This is likely because the form-rerendering function is attached to the window as an event. It could have some kind of boolean that indicates that the form window is up to prevent that, or have it detach when the forms window comes up and re-attach when it goes back away.

image

aneuhold commented 3 years ago

It seems that this was fixed.