mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-21 20:56:09 +03:00
bugfix in canvasdrawer tiled-image-drawn event
This commit is contained in:
parent
1200f0b081
commit
e50d3639ce
@ -511,7 +511,7 @@ class CanvasDrawer extends $.DrawerBase{
|
||||
*/
|
||||
this.viewer.raiseEvent( 'tiled-image-drawn', {
|
||||
tiledImage: tiledImage,
|
||||
tiles: tilesToDraw.map(info => info.tile),
|
||||
tiles: lastDrawn,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user