diff --git a/webview-ui/src/components/chat/ChatTextArea.tsx b/webview-ui/src/components/chat/ChatTextArea.tsx index 0b8c89388c..fae23c0d0a 100644 --- a/webview-ui/src/components/chat/ChatTextArea.tsx +++ b/webview-ui/src/components/chat/ChatTextArea.tsx @@ -1210,59 +1210,61 @@ export const ChatTextArea = forwardRef( /> )} -
-
- - - + {!isEditMode && ( +
+
+ + + +
+
+ {isTtsPlaying && ( + + + + )} + {!isEditMode ? : null} + {!isEditMode && cloudUserInfo && } +
-
- {isTtsPlaying && ( - - - - )} - {!isEditMode ? : null} - {!isEditMode && cloudUserInfo && } -
-
+ )}
) },