File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -166,3 +166,4 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for details on how to contribute to Cesiu
166
166
* [ Rudraksha Shah] ( https://github.com/Rudraksha20 )
167
167
* [ Cody Guldner] ( https://github.com/burn123 )
168
168
* [ Nacho Carnicero] ( https://github.com/nacho-carnicero )
169
+ * [ Y.Selim Abidin] ( https://github.com/SelimAbidin )
Original file line number Diff line number Diff line change @@ -80,12 +80,12 @@ define([
80
80
} ) ;
81
81
82
82
this . _searchCommand = createCommand ( function ( ) {
83
- that . hideSuggestions ( ) ;
84
83
that . _focusTextbox = false ;
85
84
if ( defined ( that . _selectedSuggestion ) ) {
86
85
that . activateSuggestion ( that . _selectedSuggestion ) ;
87
86
return false ;
88
87
}
88
+ that . hideSuggestions ( ) ;
89
89
if ( that . isSearchInProgress ) {
90
90
cancelGeocode ( that ) ;
91
91
} else {
You can’t perform that action at this time.
0 commit comments