mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-05-23 22:20:23 +09:00
fix: visual model bug
This commit is contained in:
parent
5f5f182cfc
commit
eb7711f832
@ -859,7 +859,7 @@ function _Chat() {
|
||||
return;
|
||||
}
|
||||
if (shouldSubmit(e) && promptHints.length === 0) {
|
||||
doSubmit(userInput);
|
||||
doSubmit(userInput, userImage);
|
||||
e.preventDefault();
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user