Browse Source

feat: disable auto focus on mobile screen

Yidadaa 1 năm trước cách đây
mục cha
commit
3e63f6ba34
1 tập tin đã thay đổi với 1 bổ sung4 xóa
  1. 1 4
      app/components/chat.tsx

+ 1 - 4
app/components/chat.tsx

@@ -965,10 +965,7 @@ function _Chat() {
 
   const clientConfig = useMemo(() => getClientConfig(), []);
 
-  const location = useLocation();
-  const isChat = location.pathname === Path.Chat;
-
-  const autoFocus = !isMobileScreen || isChat; // only focus in chat page
+  const autoFocus = !isMobileScreen; // wont auto focus on mobile screen
   const showMaxIcon = !isMobileScreen && !clientConfig?.isApp;
 
   useCommand({