#17442 Do not fire change event on clear

This commit is contained in:
Sandeep Somavarapu
2016-12-19 18:18:46 +01:00
parent 43ab0b7271
commit f468a8f2e2

View File

@@ -230,7 +230,6 @@ export class DefaultSettingsHeaderWidget extends Widget {
public clear() {
this.inputBox.value = '';
this._onDidChange.fire();
}
private _onKeyUp(keyboardEvent: IKeyboardEvent): void {