Skip to content
Snippets Groups Projects
Commit c20c3eeb authored by Ray Schamp's avatar Ray Schamp
Browse files

Don't stop when unmounting

This allows the project to continue playing/retain state while toggling language or player state.
parent 0a8d9ab7
No related branches found
No related tags found
No related merge requests found
......@@ -66,9 +66,6 @@ class GUI extends React.Component {
});
}
}
componentWillUnmount () {
this.props.vm.stopAll();
}
render () {
if (this.state.loadingError) {
throw new Error(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment