ThePix / QuestJS

A major re-write of Quest that is written in JavaScript and will run in the browser.
MIT License
66 stars 12 forks source link

No focus to text input when using _msg #54

Closed xelx0r closed 3 years ago

xelx0r commented 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();

ThePix commented 3 years ago

Thanks, fixed.