bbcmicrobit / PythonEditor

A MicroPython editor for the BBC micro:bit that works with browsers.
https://python.microbit.org/
MIT License
196 stars 130 forks source link

WebUSB: Focus the serial termianl when REPL button is pressed. #314

Closed microbit-carlos closed 4 years ago

microbit-carlos commented 4 years ago

This saves the user having to then click on the terminal panel.

It also moves the REPL and reset click listeners to only be initialised when WebUSB is available. Doesn't make much of a difference, but at least it keep the WebUSB init code closer together.

microbit-carlos commented 4 years ago

Thanks Sam!