mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-03-29 19:59:49 +03:00
bugfix in canvasdrawer tiled-image-drawn event
This commit is contained in:
parent
1200f0b081
commit
e50d3639ce
1 changed files with 1 additions and 1 deletions
|
@ -511,7 +511,7 @@ class CanvasDrawer extends $.DrawerBase{
|
||||||
*/
|
*/
|
||||||
this.viewer.raiseEvent( 'tiled-image-drawn', {
|
this.viewer.raiseEvent( 'tiled-image-drawn', {
|
||||||
tiledImage: tiledImage,
|
tiledImage: tiledImage,
|
||||||
tiles: tilesToDraw.map(info => info.tile),
|
tiles: lastDrawn,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue