From 406b366f4aa7f4cf94b79754e7d22aef6231d0c0 Mon Sep 17 00:00:00 2001 From: sensei-woo <168141084+sensei-woo@users.noreply.github.com> Date: Thu, 10 Jul 2025 20:00:31 -0400 Subject: [PATCH] Update ChatTextArea.tsx (#5586) * Update ChatTextArea.tsx fix issue 5583 * refactor(ui): move TTS stop button to bottom control bar --------- Co-authored-by: Daniel Riccio --- .../src/components/chat/ChatTextArea.tsx | 32 ++++++++++++------- 1 file changed, 20 insertions(+), 12 deletions(-) diff --git a/webview-ui/src/components/chat/ChatTextArea.tsx b/webview-ui/src/components/chat/ChatTextArea.tsx index ee622239e2..a38b4538d0 100644 --- a/webview-ui/src/components/chat/ChatTextArea.tsx +++ b/webview-ui/src/components/chat/ChatTextArea.tsx @@ -950,18 +950,6 @@ const ChatTextArea = forwardRef( onScroll={() => updateHighlights()} /> - {isTtsPlaying && ( - - - - )} -
+ {isTtsPlaying && ( + + + + )}