aboutsummaryrefslogtreecommitdiff
path: root/apps/web/src
diff options
context:
space:
mode:
authorDhravya <[email protected]>2024-04-15 17:09:19 -0700
committerDhravya <[email protected]>2024-04-15 17:09:19 -0700
commit4403f76318111b893faa3dab563754fc0b551417 (patch)
tree3855d3a1f33f3855535d9bfd1b372c7719a1d53f /apps/web/src
parententer to send (diff)
downloadsupermemory-4403f76318111b893faa3dab563754fc0b551417.tar.xz
supermemory-4403f76318111b893faa3dab563754fc0b551417.zip
don't remove value on completion
Diffstat (limited to 'apps/web/src')
-rw-r--r--apps/web/src/components/Main.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/web/src/components/Main.tsx b/apps/web/src/components/Main.tsx
index 07a36a1e..b088b9f9 100644
--- a/apps/web/src/components/Main.tsx
+++ b/apps/web/src/components/Main.tsx
@@ -259,7 +259,6 @@ export default function Main({ sidebarOpen }: { sidebarOpen: boolean }) {
if (done) {
setIsAiLoading(false);
setToBeParsed("");
- setValue("");
return;
}