Skip to content

Commit 9ac395c

Browse files
committed
fixes #5943
1 parent 63ecaa0 commit 9ac395c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CONTRIBUTORS.md

+1
Original file line numberDiff line numberDiff line change
@@ -166,3 +166,4 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for details on how to contribute to Cesiu
166166
* [Rudraksha Shah](https://github.com/Rudraksha20)
167167
* [Cody Guldner](https://github.com/burn123)
168168
* [Nacho Carnicero](https://github.com/nacho-carnicero)
169+
* [Y.Selim Abidin](https://github.com/SelimAbidin)

Source/Widgets/Geocoder/GeocoderViewModel.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,12 @@ define([
8080
});
8181

8282
this._searchCommand = createCommand(function() {
83-
that.hideSuggestions();
8483
that._focusTextbox = false;
8584
if (defined(that._selectedSuggestion)) {
8685
that.activateSuggestion(that._selectedSuggestion);
8786
return false;
8887
}
88+
that.hideSuggestions();
8989
if (that.isSearchInProgress) {
9090
cancelGeocode(that);
9191
} else {

0 commit comments

Comments
 (0)