hotkey icon indicating copy to clipboard operation
hotkey copied to clipboard

TypeError: Cannot read properties of undefined (reading 'startsWith')

Open khiga8 opened this issue 4 years ago • 0 comments

We are observing a TypeError from this line:

const elideShift = event.code.startsWith('Key') && event.shiftKey && event.key.toUpperCase() === event.key;

See: Sentry

Though this was first seen 9 months ago, looks like there has been a recent spike.

khiga8 avatar Jan 11 '22 22:01 khiga8