mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-09-17 16:56:37 +08:00
Merge 79b46d793a
into 995bef73de
This commit is contained in:
commit
f12795cf7e
@ -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();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user