chore: small fixs

This commit is contained in:
RockYang 2023-07-14 18:00:01 +08:00
parent 3630099234
commit a5ad9648bf

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;
}