Skip to content

Commit

Permalink
don't autofocus search
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Feb 22, 2023
1 parent 303fb86 commit 5890fdb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/components/search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ export default function Search({
<form action="javascript:void 0" autoComplete="off">
<BlockInput
autoComplete="off"
autoFocus
onChange={onQueryChanged}
placeholder="search"
/>
Expand Down

0 comments on commit 5890fdb

Please sign in to comment.