From cb8179b5e5a8d5253d063ed607205f52643410fa Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Mon, 18 Sep 2023 19:34:14 +1000 Subject: Initial commit --- wwwroot/js/keyboard.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'wwwroot/js') diff --git a/wwwroot/js/keyboard.js b/wwwroot/js/keyboard.js index 8086418..6ba9f9f 100644 --- a/wwwroot/js/keyboard.js +++ b/wwwroot/js/keyboard.js @@ -20,6 +20,7 @@ async function keyDownHandler(e) { .find(d => d.element == element) .dialogObject .invokeMethodAsync('KeyHandler', e.key); + console.log('lmao'); e.preventDefault(); return; } @@ -31,6 +32,7 @@ async function keyDownHandler(e) { if(button) { button.click(); + console.log('lmao2'); e.preventDefault(); return; } -- cgit v1.3