diff --git a/src/ketr-chat/src/App.tsx b/src/ketr-chat/src/App.tsx index 21fd551..66dab12 100644 --- a/src/ketr-chat/src/App.tsx +++ b/src/ketr-chat/src/App.tsx @@ -1193,7 +1193,7 @@ const App = () => { { - (mobileOpen === true || isScrolledToBottom()) && + mobileOpen === true &&