mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-15 22:43:43 +08:00
Compare commits
2 Commits
3732a44983
...
d99f6592b3
Author | SHA1 | Date | |
---|---|---|---|
|
d99f6592b3 | ||
|
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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user