feat: disable auto focus on mobile screen

main
Yidadaa 2 years ago
parent bc5ddc4541
commit 3e63f6ba34

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

Loading…
Cancel
Save