mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 12:25:16 +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...",
|
||||
});
|
||||
inputText.maxLength = 200;
|
||||
inputText.focus();
|
||||
|
||||
|
||||
//Enable textarea 2.0 on the message
|
||||
|
Reference in New Issue
Block a user