Skip to content

Commit aac483a

Browse files
committed
button: missing dispose
1 parent 7f673ae commit aac483a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/vs/base/browser/ui/button/button.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,5 +166,7 @@ export class Button {
166166
this.$el.dispose();
167167
this.$el = null;
168168
}
169+
170+
this._onDidClick.dispose();
169171
}
170172
}

0 commit comments

Comments
 (0)