mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-16 06:53:42 +08:00
Compare commits
2 Commits
dependabot
...
3732a44983
Author | SHA1 | Date | |
---|---|---|---|
|
3732a44983 | ||
|
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