Commit e2cc341
authored
When entering coordinates in the geocoder search box, the results
dropdown might not appear or could be overwritten by a pending
geocoder API call.
Fix by:
1. Clearing any pending geocoder debounce timeout when valid
coordinates are detected, preventing stale API results from
overwriting the coordinate result.
2. Explicitly setting showResults to true to ensure the dropdown
is visible.
Signed-off-by: pierreeurope <pierre.europe@pm.me>
1 parent 1c2db0f commit e2cc341
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
167 | 170 | | |
| 171 | + | |
168 | 172 | | |
169 | 173 | | |
170 | 174 | | |
| |||
0 commit comments