aboutsummaryrefslogtreecommitdiff
path: root/apps/web/src/components/Main.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'apps/web/src/components/Main.tsx')
-rw-r--r--apps/web/src/components/Main.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/web/src/components/Main.tsx b/apps/web/src/components/Main.tsx
index a9e09992..15042e9a 100644
--- a/apps/web/src/components/Main.tsx
+++ b/apps/web/src/components/Main.tsx
@@ -18,6 +18,7 @@ export default function Main({ sidebarOpen }: { sidebarOpen: boolean }) {
placeholder: "Ask your SuperMemory...",
className: "text-lg p-2 text-rgray-11",
value,
+ autoFocus: true,
onChange: (e) => setValue(e.target.value),
}}
>