chore: small fixs

This commit is contained in:
RockYang 2023-07-14 18:00:01 +08:00
parent d1d13a72e4
commit 9806d5ff4c

View File

@ -283,7 +283,7 @@ const sendMessage = () => {
return
}
if (prompt.value.trim().length === 0 || canSend.value === false) {
if (prompt.value.trim().length === 0) {
return false;
}