mirror of
				https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
				synced 2025-11-04 16:23:41 +08:00 
			
		
		
		
	fix: Enter key bug
This commit is contained in:
		@@ -135,7 +135,8 @@ function useSubmitHandler() {
 | 
			
		||||
      (config.submitKey === SubmitKey.Enter &&
 | 
			
		||||
        !e.altKey &&
 | 
			
		||||
        !e.ctrlKey &&
 | 
			
		||||
        !e.shiftKey)
 | 
			
		||||
        !e.shiftKey &&
 | 
			
		||||
        !e.metaKey)
 | 
			
		||||
    );
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user