Skip to content

Commit

Permalink
Fix #82714
Browse files Browse the repository at this point in the history
  • Loading branch information
sandy081 committed Nov 11, 2019
1 parent 8e64adb commit 336ff85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export class KeybindingsSearchWidget extends SearchWidget {

stopRecordingKeys(): void {
this._reset();
this.recordDisposables.dispose();
this.recordDisposables.clear();
}

setInputValue(value: string): void {
Expand Down

0 comments on commit 336ff85

Please sign in to comment.