mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-03 13:53:31 +03:00
Fix typo in preserveViewport handling
This commit is contained in:
parent
ee02dda56e
commit
f958e66f05
1 changed files with 1 additions and 1 deletions
|
@ -1014,7 +1014,7 @@ function openTileSource( viewer, source ) {
|
|||
});
|
||||
}
|
||||
|
||||
if( _this.preserveVewport ){
|
||||
if( _this.preserveViewport ){
|
||||
_this.viewport.resetContentSize( _this.source.dimensions );
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue