mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 05:06:09 +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,12 +1973,11 @@ function openTileSource( viewer, source ) {
|
||||
}
|
||||
|
||||
if( _this.preserveOverlays ){
|
||||
_this.source.overlays = _this.currentOverlays;
|
||||
}
|
||||
else{
|
||||
_this.source.overlays = _this.source.overlays || [];
|
||||
_this.overlays = _this.currentOverlays;
|
||||
}
|
||||
|
||||
_this.source.overlays = _this.source.overlays || [];
|
||||
|
||||
_this.drawer = new $.Drawer({
|
||||
viewer: _this,
|
||||
source: _this.source,
|
||||
|
Loading…
Reference in New Issue
Block a user