This commit is contained in:
rxliuli
2025-02-25 21:33:23 +00:00
committed by GitHub

View File

@@ -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();
}