We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3e4afc commit ae36518Copy full SHA for ae36518
1 file changed
src/main/DomEvents.mjs
@@ -369,6 +369,7 @@ class DomEvents extends Base {
369
*/
370
onKeyDown(event) {
371
this.sendMessageToApp(this.getKeyboardEventData(event));
372
+ event.preventDefault();
373
}
374
375
/**
0 commit comments