mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-09-18 01:06:39 +08:00
chore: small fixs
This commit is contained in:
parent
d1d13a72e4
commit
9806d5ff4c
@ -283,7 +283,7 @@ const sendMessage = () => {
|
||||
return
|
||||
}
|
||||
|
||||
if (prompt.value.trim().length === 0 || canSend.value === false) {
|
||||
if (prompt.value.trim().length === 0) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user