bartbutenaers / node-red-contrib-xterm

A Node-RED node terminal front-end, to execute backend CLI commands
Apache License 2.0
19 stars 3 forks source link

Auto focus doesn't work #13

Closed bartbutenaers closed 4 years ago

bartbutenaers commented 4 years ago

None of the available auto focus mechanisms works:

node.terminal.textarea.focus();

or

node.terminal.focus();
bartbutenaers commented 4 years ago

Solved