diff options
| author | Dhravya <[email protected]> | 2024-04-15 17:09:19 -0700 |
|---|---|---|
| committer | Dhravya <[email protected]> | 2024-04-15 17:09:19 -0700 |
| commit | 4403f76318111b893faa3dab563754fc0b551417 (patch) | |
| tree | 3855d3a1f33f3855535d9bfd1b372c7719a1d53f /apps/web/src | |
| parent | enter to send (diff) | |
| download | supermemory-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.tsx | 1 |
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; } |