Changelog for #2273

This commit is contained in:
Ian Gilman 2023-01-24 14:58:13 -08:00
parent d22eceed66
commit e6f7c78626

View File

@ -4,7 +4,9 @@ OPENSEADRAGON CHANGELOG
4.0.1: (in progress...)
* The viewer no longer emits canvas-key events for both keydown and keypress events; canvas-key is now just for keydown, and the new canvas-key-press is for keypress (#2270 @hrghauri)
* You can now specify a priority when calling addHandler, to control when your event handler gets called relative to others (#2273 @Aiosa)
* Fixed: Navigator display rectangle was off if the page had box-sizing: border-box (#2276 @ambujsahu81)
* Fixed: Code that required identifying functions would fail for async functions (#2273 @Aiosa)
4.0.0: