还原原来的单行文本输入框
This commit is contained in:
@@ -99,9 +99,8 @@ export default function ChatInput(
|
||||
</div>
|
||||
)}
|
||||
<div className="flex w-full items-start justify-between gap-4 ">
|
||||
<textarea
|
||||
<Input
|
||||
autoFocus
|
||||
rows={2}
|
||||
name="message"
|
||||
placeholder="请输入消息"
|
||||
className="flex-1"
|
||||
|
||||
Reference in New Issue
Block a user