Compare commits

..

No commits in common. "229bfe79464e03f088f6ceb897a3d9c8700d77f3" and "3dc1fc87b1a5ed7ebe322026f07f8ebb4d6c0b30" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ OPENSEADRAGON CHANGELOG
* Fixed: Setting useCanvas to false would break the viewer (#2116 @rvv-bouvet) * Fixed: Setting useCanvas to false would break the viewer (#2116 @rvv-bouvet)
* Allow silencing multi-image warnings on viewport coordinate conversion functions (#2120 @claycoleman) * Allow silencing multi-image warnings on viewport coordinate conversion functions (#2120 @claycoleman)
* Fixed: Swiping fast multiple times made contact points in MouseTracker out of sync for touch events (#2121 @ronnymikalsen) * Fixed: Swiping fast multiple times made contact points in MouseTracker out of sync for touch events (#2121 @ronnymikalsen)
* Made MouseTracker more robust in certain scenarios (#2134, #2147 @Aiosa) * Made MouseTracker more robust in certain scenarios (#2134 @Aiosa)
* Exposed TiledImage's private functions for better maintainability (#2134 @Aiosa) * Exposed TiledImage's private functions for better maintainability (#2134 @Aiosa)
* Fixed an issue where full page mode wouldn't grow properly if you resized the window (#2100 @TanukiSharp) * Fixed an issue where full page mode wouldn't grow properly if you resized the window (#2100 @TanukiSharp)
* Tile cache keys are now generated by the tile source, so it's easier to override them as needed (#2138 @Aiosa) * Tile cache keys are now generated by the tile source, so it's easier to override them as needed (#2138 @Aiosa)

View File

@ -3561,7 +3561,7 @@
eventInfo.shouldReleaseCapture = false; eventInfo.shouldReleaseCapture = false;
// Release (pressed in another element) // Release (pressed in another element)
if ( tracker.releaseHandler && releasePoint ) { if ( tracker.releaseHandler ) {
tracker.releaseHandler( tracker.releaseHandler(
{ {
eventSource: tracker, eventSource: tracker,