diff --git a/src/components/maps/MapsPageTabs.tsx b/src/components/maps/MapsPageTabs.tsx index 2bcd8f2..f1637a3 100644 --- a/src/components/maps/MapsPageTabs.tsx +++ b/src/components/maps/MapsPageTabs.tsx @@ -17,7 +17,7 @@ export function MapsPageTabs() { const onSubmit = (e: React.FormEvent) => { e.preventDefault(); - inputRef.current?.focus(); + inputRef.current?.blur(); // Set search query in URL if (searchText) { navigate({ to: "/maps", search: { q: searchText, sceneId } });