From abc4bc24b425d8f1d434c36a2cd6ba875d0477e8 Mon Sep 17 00:00:00 2001 From: Dt8333 <25431943+Dt8333@users.noreply.github.com> Date: Wed, 22 Oct 2025 20:32:40 +0800 Subject: [PATCH] fix(dashboard): webchat input textarea is disabled when session controller is active Removed the disable attribute of Input in isConvRunning. Added an activeSSE counter to correctly determine the current session state and prevent new input from causing interface display errors during session_waiter execution. Set isStreaming after streaming input ends to restore the text box. #3037 #2892 --- dashboard/src/components/chat/Chat.vue | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/dashboard/src/components/chat/Chat.vue b/dashboard/src/components/chat/Chat.vue index 5a63e5f4b..082fa7af2 100644 --- a/dashboard/src/components/chat/Chat.vue +++ b/dashboard/src/components/chat/Chat.vue @@ -149,7 +149,7 @@