ant-design / pro-chat

🤖 Components Library for Quickly Building LLM Chat Interfaces.
https://pro-chat.antdigital.dev
MIT License
649 stars 78 forks source link

🐛[BUG] html 会添加额外的textarea #193

Closed LCJove closed 3 months ago

LCJove commented 3 months ago

🐛 bug 描述

在使用 proChat 之后,会在 html 的 body 中添加莫名的 textarea

📷 复现步骤

引入proChat即可 image

🏞 期望结果

💻 复现代码

© 版本信息

ONLY-yours commented 3 months ago

排查后可忽略,这是antd 的 TextArea 添加了 AutoSize 后默认会加上的能力。