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 23ba8f89501..be122a43f89 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 @@ -309,8 +309,10 @@ const ChatInputArea = ({ disabled && 'pointer-events-none border-components-panel-border opacity-50 shadow-none', )} > -
+
+
+
{!isMultipleLine && operation}
- {showVoiceInput && speechToTextTarget && ( +
+ {showVoiceInput && speechToTextTarget && ( +
- )} -
+
+ )} {isMultipleLine &&
{operation}
}
{shouldShowFooterNotice && (