Timothy Jaeryang Baek 5 months ago
parent
commit
5a9d61266f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/components/chat/MessageInput.svelte

+ 1 - 1
src/lib/components/chat/MessageInput.svelte

@@ -352,7 +352,7 @@
 									<button
 										class="flex items-center dark:text-gray-500"
 										on:click={() => {
-											webSearchEnabled = false;
+											selectedToolIds = [];
 										}}
 									>
 										<XMark />