mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-01-19 17:21:50 +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…
x
Reference in New Issue
Block a user