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

An OpenSeadragon plugin for annotating high-res zoomable images

Results 52 annotorious-openseadragon issues
Sort by recently updated
recently updated
newest added

![ss](https://github.com/annotorious/annotorious-openseadragon/assets/41003476/1be3aeaa-af31-480d-829b-cb3252997954)

Hi, There is a bug on chrome, Cannot read properties of undefined (reading 'toLowerCase') ![image](https://github.com/annotorious/annotorious-openseadragon/assets/145564360/35467384-a69a-4e4b-b478-1dca4f807476) ![image](https://github.com/annotorious/annotorious-openseadragon/assets/145564360/7d2f6c56-e330-4af5-ae1d-7c29d07ec1a7) In code we have: document.addEventListener("keydown", this.onKeyDown), document.addEventListener("keyup", this.onKeyUp) This bug happens because on unmount...