mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 03:54:24 +01:00
#17442 Do not fire change event on clear
This commit is contained in:
@@ -230,7 +230,6 @@ export class DefaultSettingsHeaderWidget extends Widget {
|
||||
|
||||
public clear() {
|
||||
this.inputBox.value = '';
|
||||
this._onDidChange.fire();
|
||||
}
|
||||
|
||||
private _onKeyUp(keyboardEvent: IKeyboardEvent): void {
|
||||
|
||||
Reference in New Issue
Block a user