mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-25 22:56:11 +03:00
Fix #946
Fix for https://github.com/openseadragon/openseadragon/issues/946
This commit is contained in:
parent
5071540af4
commit
033b650c29
@ -1397,6 +1397,7 @@ $.extend( $.Viewer.prototype, $.EventSource.prototype, $.ControlDock.prototype,
|
|||||||
|
|
||||||
if (_this.navigator) {
|
if (_this.navigator) {
|
||||||
optionsClone = $.extend({}, queueItem.options, {
|
optionsClone = $.extend({}, queueItem.options, {
|
||||||
|
replace: false, // navigator already removed the layer, nothing to replace
|
||||||
originalTiledImage: tiledImage,
|
originalTiledImage: tiledImage,
|
||||||
tileSource: queueItem.tileSource
|
tileSource: queueItem.tileSource
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user