Focus custom text area when displayed in the chat interface. Fixes #323
This commit is contained in:
parent
a916ed4869
commit
df50d28a50
1 changed files with 1 additions and 0 deletions
|
|
@ -375,6 +375,7 @@ function checkLoggedIn(){
|
||||||
|
|
||||||
function showCustomTextField(){
|
function showCustomTextField(){
|
||||||
document.getElementById('mzta-custom_text').style.display = 'block';
|
document.getElementById('mzta-custom_text').style.display = 'block';
|
||||||
|
document.getElementById('mzta-custom_textarea').focus();
|
||||||
}
|
}
|
||||||
|
|
||||||
async function doProceed(message, customText = ''){
|
async function doProceed(message, customText = ''){
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue