mirror of
https://gitee.com/blackfox/geekai.git
synced 2025-12-08 01:38:23 +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…
x
Reference in New Issue
Block a user