Focus on the chat input always
This commit is contained in:
parent
d5330406fa
commit
12e312ae9c
1 changed files with 1 additions and 0 deletions
|
@ -237,6 +237,7 @@ function showMenu() {
|
||||||
|
|
||||||
function hideMenu() {
|
function hideMenu() {
|
||||||
menu.style.display = 'none'; // Hide the menu
|
menu.style.display = 'none'; // Hide the menu
|
||||||
|
document.querySelector('#chat-input textarea').focus();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (buttonsInChat.length > 0) {
|
if (buttonsInChat.length > 0) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue