Skip to content

Commit 1797c10

Browse files
committed
fix: disable search bar auto-focus
1 parent 6fedc00 commit 1797c10

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/frontend/src/modules/shared/components/layout/SearchBar.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ export function SearchBar() {
3131
onKeyDown={handleKeyDown}
3232
placeholder='Search songs...'
3333
className='flex-1 px-3 py-2 bg-transparent border border-zinc-700 rounded-l-full text-sm text-white placeholder-zinc-500 focus:outline-none focus:border-blue-500 focus:border-transparent'
34-
autoFocus
3534
/>
3635
<button
3736
onClick={handleSearch}

0 commit comments

Comments
 (0)