There was an error while loading. Please reload this page.
1 parent 5cece81 commit e46da1dCopy full SHA for e46da1d
1 file changed
src/map/control/MapGeocoder.jsx
@@ -55,6 +55,7 @@ const MapGeocoder = () => {
55
if (!query.trim()) {
56
setResults([]);
57
setLoading(false);
58
+ return;
59
}
60
const controller = new AbortController();
61
const timeoutId = setTimeout(async () => {
0 commit comments