chore: clear handles
This commit is contained in:
parent
b0cc55ebb9
commit
4c20debafc
|
@ -415,10 +415,12 @@ export class App extends decorate(class {}) {
|
|||
|
||||
stopRendering() {
|
||||
clearAnimation(this.renderHandle);
|
||||
this.renderHandle = undefined;
|
||||
}
|
||||
|
||||
stopSimulation() {
|
||||
clearInterval(this.simulationHandle);
|
||||
this.simulationHandle = undefined;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user