mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-02-16 14:53:14 +03:00
Set autoRefigureSizes back to true at the end of the loadQueue.
This commit is contained in:
parent
4643851da9
commit
14e86cd30b
@ -1282,6 +1282,7 @@ $.extend( $.Viewer.prototype, $.EventSource.prototype, $.ControlDock.prototype,
|
|||||||
tileSize: _this.collectionTileSize,
|
tileSize: _this.collectionTileSize,
|
||||||
tileMargin: _this.collectionTileMargin
|
tileMargin: _this.collectionTileMargin
|
||||||
});
|
});
|
||||||
|
_this.world.setAutoRefigureSizes(true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user