mirror of
				https://github.com/ItzCrazyKns/Perplexica.git
				synced 2025-11-04 04:38:15 +00:00 
			
		
		
		
	Merge branch 'pr/451'
This commit is contained in:
		@@ -40,6 +40,8 @@ const EmptyChatMessageInput = ({
 | 
			
		||||
 | 
			
		||||
    document.addEventListener('keydown', handleKeyDown);
 | 
			
		||||
 | 
			
		||||
    inputRef.current?.focus();
 | 
			
		||||
 | 
			
		||||
    return () => {
 | 
			
		||||
      document.removeEventListener('keydown', handleKeyDown);
 | 
			
		||||
    };
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user