mirror of
				https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
				synced 2025-11-04 08:13:43 +08:00 
			
		
		
		
	Compare commits
	
		
			2 Commits
		
	
	
		
			d99f6592b3
			...
			95c151f38f
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					95c151f38f | ||
| 
						 | 
					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