From 9d76a49b18116728728003f89905ed29a73f8c7a Mon Sep 17 00:00:00 2001 From: MrBounty Date: Wed, 14 Aug 2024 13:51:05 +0200 Subject: [PATCH] Fix the bug that make redo and edit unusable even when model selected --- views/partials/chat-input.html | 1 + 1 file changed, 1 insertion(+) diff --git a/views/partials/chat-input.html b/views/partials/chat-input.html index b58d72b..66cc9e3 100644 --- a/views/partials/chat-input.html +++ b/views/partials/chat-input.html @@ -49,6 +49,7 @@ } else { textareaControl.classList.remove('is-loading'); } + toggleSendButton(); }, 10); function updateIcons() {