diff --git a/js/mzta-chatgpt.js b/js/mzta-chatgpt.js index 43379f5e..9325e146 100644 --- a/js/mzta-chatgpt.js +++ b/js/mzta-chatgpt.js @@ -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 = ''){