annotorious-openseadragon icon indicating copy to clipboard operation
annotorious-openseadragon copied to clipboard

Cannot read properties of undefined (reading 'toLowerCase')

Open vitali-paladi opened this issue 1 year ago • 0 comments

Hi,

There is a bug on chrome, Cannot read properties of undefined (reading 'toLowerCase') image image

In code we have: document.addEventListener("keydown", this.onKeyDown), document.addEventListener("keyup", this.onKeyUp)

This bug happens because on unmount component there is no removeEventListener for keydown event (for keyup we have)

vitali-paladi avatar Jul 10 '24 10:07 vitali-paladi