This.input.keyboard.on( 'keyup', event => console.log( event ) ) never fires on Google Chrome

I have uploaded my game here: https://www.createstones.com/games/mathie/index.html
In the Edge browser everything seems to work as expected. However in Google Chrome when I press number keys on the keyboard the this.input.keyboard.on( ‘keyup’, event => console.log( event ) ); never seems to fire. Why?

found the problem by removing the buggy evernote web clipper chrome plugin as suggested here: Problems with Keyboard events. - Phaser 3 - HTML5 Game Devs Forum