diff --git a/apps/web/src/routes/_app/notes.tsx b/apps/web/src/routes/_app/notes.tsx index 00b4efa..ac5ea1f 100644 --- a/apps/web/src/routes/_app/notes.tsx +++ b/apps/web/src/routes/_app/notes.tsx @@ -136,7 +136,7 @@ function NotesPage() {
- setSearch(e.target.value)} className="pl-8" /> + setSearch(e.target.value)} className="pl-8" tabIndex={-1} />