From 95f79eb8b0ec122b5fd6166266c92c5150fc55e3 Mon Sep 17 00:00:00 2001 From: hanishkvc Date: Fri, 14 Nov 2025 19:06:05 +0530 Subject: [PATCH] SimpleChatTCRV:CleanUp: Refresh chat ui, if user empty submits This ensures that the tool call edit/trigger is reshown, when user submits a empty response and the logic stops from going ahead. --- tools/server/public_simplechat/simplechat.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/server/public_simplechat/simplechat.js b/tools/server/public_simplechat/simplechat.js index 0bc2353173..b0397e4042 100644 --- a/tools/server/public_simplechat/simplechat.js +++ b/tools/server/public_simplechat/simplechat.js @@ -1518,6 +1518,7 @@ class MultiChatUI { } else { if (content.trim() == "") { this.elInUser.placeholder = "dont forget to enter a message, before submitting to ai" + this.chat_show(chatId) return; } try {