From 570f6b330cfb7aa53b1fcadfa64e09d17757ff94 Mon Sep 17 00:00:00 2001 From: Faisal Amir Date: Mon, 28 Oct 2024 08:32:19 +0700 Subject: [PATCH] fix: edge case tiny chat input box show randomly (#3887) * fix: edge case tiny chat input box show randomly * chore: update class parent --- web/screens/Thread/ThreadCenterPanel/ChatInput/index.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/screens/Thread/ThreadCenterPanel/ChatInput/index.tsx b/web/screens/Thread/ThreadCenterPanel/ChatInput/index.tsx index 83a68fa8a..afa84b5bf 100644 --- a/web/screens/Thread/ThreadCenterPanel/ChatInput/index.tsx +++ b/web/screens/Thread/ThreadCenterPanel/ChatInput/index.tsx @@ -125,7 +125,6 @@ const ChatInput = () => {
{renderPreview(fileUpload)} - { disabled={stateModel.loading || !activeThread} />