Timothy Jaeryang Baek 6 tháng trước cách đây
mục cha
commit
5a9d61266f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 />