Closed xelx0r closed 3 years ago
Focus is not given to input when _msg is used. my workaround:
at the end of io.outputFromQueue = function() { i put if (settings.textInput) $('#textbox').focus();
io.outputFromQueue = function() {
if (settings.textInput) $('#textbox').focus();
Thanks, fixed.
Focus is not given to input when _msg is used. my workaround:
at the end of
io.outputFromQueue = function() {
i putif (settings.textInput) $('#textbox').focus();