VALIS-software / valis-hpgv

High performance WebGL genome visualization
http://www.valis.bio
MIT License
14 stars 5 forks source link

Teardown code not called #44

Open haxiomic opened 4 years ago

haxiomic commented 4 years ago

Currently when removing the visualizer from the dom you need to call the following manually

genomeVisualizer.stopFrameLoop();
genomeVisualizer.clearCaches();
genomeVisualizer.appCanvasRef.componentWillUnmount()