Skip to content

Commit

Permalink
fix: remove search autofocus not to scroll the page
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemSBulgakov committed Feb 1, 2025
1 parent bae27e1 commit bae4cfb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/links/SearchInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export const SearchInput: React.FC<
placeholder="Search services..."
value={searchQuery}
onChange={(e) => setSearchQuery(e.target.value)}
autoFocus={true}
/>
{searchQuery.length > 0 && (
<button
Expand Down

0 comments on commit bae4cfb

Please sign in to comment.