mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-18 16:03:43 +08:00
Compare commits
2 Commits
JI4JUN-fea
...
d99f6592b3
Author | SHA1 | Date | |
---|---|---|---|
|
d99f6592b3 | ||
|
79b46d793a |
@@ -1186,7 +1186,7 @@ function _Chat() {
|
|||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (shouldSubmit(e) && promptHints.length === 0) {
|
if (!isMobileScreen && shouldSubmit(e) && promptHints.length === 0) {
|
||||||
doSubmit(userInput);
|
doSubmit(userInput);
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user