mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-01 15:46:39 +08:00
Compare commits
2 Commits
c11e76fc57
...
3732a44983
Author | SHA1 | Date | |
---|---|---|---|
|
3732a44983 | ||
|
79b46d793a |
@ -1186,7 +1186,7 @@ function _Chat() {
|
||||
e.preventDefault();
|
||||
return;
|
||||
}
|
||||
if (shouldSubmit(e) && promptHints.length === 0) {
|
||||
if (!isMobileScreen && shouldSubmit(e) && promptHints.length === 0) {
|
||||
doSubmit(userInput);
|
||||
e.preventDefault();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user