arduino / lab-micropython-editor

Arduino Lab for MicroPython is an Integrated Development Environment (IDE) for MicroPython.
GNU Affero General Public License v3.0
222 stars 28 forks source link

Bugfix: New File Input #90

Closed murilopolese closed 9 months ago

murilopolese commented 9 months ago

The "new file" input PR has been merged with a bug where the onKeyEvent is created but not bound to the DOM element: https://github.com/arduino/lab-micropython-editor/pull/86

@ubidefeo also found a bug where after pressing ESC to cancel the new file action, the input wouldn't appear focused anymore.

This PR addressed those two problems.