Focus custom text area when displayed in the chat interface. Fixes #323

This commit is contained in:
mic 2025-04-06 14:32:49 +02:00
parent a916ed4869
commit df50d28a50

View file

@ -375,6 +375,7 @@ function checkLoggedIn(){
function showCustomTextField(){
document.getElementById('mzta-custom_text').style.display = 'block';
document.getElementById('mzta-custom_textarea').focus();
}
async function doProceed(message, customText = ''){