mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 05:06:09 +03:00
Add this.viewer test.
This commit is contained in:
parent
e0e6ce9b65
commit
b1a0abd104
@ -341,7 +341,9 @@ $.Viewport.prototype = {
|
||||
}, margins);
|
||||
|
||||
this._updateContainerInnerSize();
|
||||
this.viewer.forceRedraw();
|
||||
if (this.viewer) {
|
||||
this.viewer.forceRedraw();
|
||||
}
|
||||
},
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user