Skip to content

Commit

Permalink
fix: dispose
Browse files Browse the repository at this point in the history
  • Loading branch information
doouding committed Dec 17, 2024
1 parent defb845 commit 477761b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ export abstract class GfxPrimitiveElementModel<

onDestroyed() {
this._disposable.dispose();
this.propsUpdated.dispose();
}

pop(prop: keyof Props | string) {
Expand Down

0 comments on commit 477761b

Please sign in to comment.