chore: updates

This commit is contained in:
Tristan Yang
2023-03-07 11:03:49 +08:00
parent fa03ba4bb5
commit 0aa747ee7c
6 changed files with 344 additions and 314 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ const TextInput = ({ sendMessage, placeholder }: Props) => {
return (
<div className='md:hidden relative mb-1 p-1 flex items-center w-full text-gray-600 dark:text-white bg-gray-200 dark:bg-gray-600 rounded-lg'>
<TextareaAutoSize
autoFocus
// autoFocus
onFocus={(e) =>
e.currentTarget.setSelectionRange(
e.currentTarget.value.length,