searchDisplay: Unset default result when clearing search
If we fail to do so, a previously set result may be activated by hitting enter, even if a search did not turn up any actual results.
This commit is contained in:
parent
1bf996c705
commit
af0b5e6176
@ -423,6 +423,7 @@ const SearchResults = new Lang.Class({
|
||||
this._searchSystem.reset();
|
||||
this._statusBin.hide();
|
||||
this._clearDisplay();
|
||||
this._defaultResult = null;
|
||||
},
|
||||
|
||||
startingSearch: function() {
|
||||
|
Loading…
Reference in New Issue
Block a user