diff --git a/web/app/components/base/chat/chat/chat-input-area/index.tsx b/web/app/components/base/chat/chat/chat-input-area/index.tsx index 7189017b90..c1df858d95 100644 --- a/web/app/components/base/chat/chat/chat-input-area/index.tsx +++ b/web/app/components/base/chat/chat/chat-input-area/index.tsx @@ -16,7 +16,8 @@ import type { Theme } from '../../embedded-chatbot/theme/theme-context' import { useTextAreaHeight } from './hooks' import Operation from './operation' import cn from '@/utils/classnames' -// import { FileListFlexOperation } from '@/app/components/base/file-uploader' +import { FileListFlexOperation } from '@/app/components/base/file-uploader' +import { FileContextProvider } from '@/app/components/base/file-uploader/store' import VoiceInput from '@/app/components/base/voice-input' import { useToastContext } from '@/app/components/base/toast' @@ -92,58 +93,60 @@ const ChatInputArea = ({ ) return ( -
-
- {/* */} -
-
-
- {query} + +
+
+ +
+
+
+ {query} +
+