Skip to content

Commit

Permalink
fix: type
Browse files Browse the repository at this point in the history
  • Loading branch information
doodlewind committed Dec 18, 2024
1 parent 031f096 commit e102bb5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ class ToolOverlay extends Overlay {
);
}

dispose(): void {
override dispose(): void {
this.disposables.dispose();
}

Expand Down

0 comments on commit e102bb5

Please sign in to comment.