We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5203fc3 commit fb3e359Copy full SHA for fb3e359
1 file changed
packages/vrender-core/src/core/stage.ts
@@ -1045,6 +1045,7 @@ export class Stage extends Group implements IStage {
1045
this.window.release();
1046
this._ticker?.remTimeline(this?.timeline);
1047
this._ticker?.removeListener('tick', this.afterTickCb);
1048
+ this._ticker?.release();
1049
this.renderService.renderTreeRoots = [];
1050
}
1051
0 commit comments