mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-02-20 00:33:13 +03:00
Changed _this.source.overlays to _this.overlays, https://github.com/openseadragon/openseadragon/pull/561/files#r22730318
This commit is contained in:
parent
9e07c96d29
commit
1d16b01a28
@ -1973,11 +1973,10 @@ function openTileSource( viewer, source ) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if( _this.preserveOverlays ){
|
if( _this.preserveOverlays ){
|
||||||
_this.source.overlays = _this.currentOverlays;
|
_this.overlays = _this.currentOverlays;
|
||||||
}
|
}
|
||||||
else{
|
|
||||||
_this.source.overlays = _this.source.overlays || [];
|
_this.source.overlays = _this.source.overlays || [];
|
||||||
}
|
|
||||||
|
|
||||||
_this.drawer = new $.Drawer({
|
_this.drawer = new $.Drawer({
|
||||||
viewer: _this,
|
viewer: _this,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user