mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-04 12:14:12 +00:00 
			
		
		
		
	Form keep focus after sending a message onconversation page.
This commit is contained in:
		@@ -376,6 +376,7 @@ ComunicWeb.pages.conversations.conversation = {
 | 
				
			|||||||
			placeholder: "New message...",
 | 
								placeholder: "New message...",
 | 
				
			||||||
		});
 | 
							});
 | 
				
			||||||
		inputText.maxLength = 200;
 | 
							inputText.maxLength = 200;
 | 
				
			||||||
 | 
							inputText.focus();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		//Enable textarea 2.0 on the message
 | 
							//Enable textarea 2.0 on the message
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user