Closed murilopolese closed 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
onKeyEvent
@ubidefeo also found a bug where after pressing ESC to cancel the new file action, the input wouldn't appear focused anymore.
ESC
This PR addressed those two problems.
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.