mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 20:19:21 +00:00
Form keep focus after sending a message onconversation page.
This commit is contained in:
parent
34f652d3bf
commit
672cbc1409
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user