소스 검색

chore: chat app textarea auto focus (#12366)

Hash Brown 9 달 전
부모
커밋
455b0cd696
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      web/app/components/base/chat/chat/chat-input-area/index.tsx

+ 1 - 0
web/app/components/base/chat/chat/chat-input-area/index.tsx

@@ -176,6 +176,7 @@ const ChatInputArea = ({
                   'p-1 w-full leading-6 body-lg-regular text-text-tertiary outline-none',
                 )}
                 placeholder={t('common.chat.inputPlaceholder') || ''}
+                autoFocus
                 autoSize={{ minRows: 1 }}
                 onResize={handleTextareaResize}
                 value={query}