search: Hide overview when activating result
This was (accidentally?) dropped by commit 3749b09366
.
https://bugzilla.gnome.org/show_bug.cgi?id=711205
This commit is contained in:
parent
15ff426be8
commit
f12378cf7b
@ -346,7 +346,8 @@ const SearchResultsBase = new Lang.Class({
|
|||||||
},
|
},
|
||||||
|
|
||||||
_activateResult: function(result, id) {
|
_activateResult: function(result, id) {
|
||||||
return this.provider.activateResult(id, this._terms);
|
this.provider.activateResult(id, this._terms);
|
||||||
|
Main.overview.toggle();
|
||||||
},
|
},
|
||||||
|
|
||||||
_setMoreIconVisible: function(visible) {
|
_setMoreIconVisible: function(visible) {
|
||||||
|
Loading…
Reference in New Issue
Block a user