mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 13:16:10 +03:00
Merge pull request #1208 from VipSaran/master
fix for #1165 (Reference strip not updated for initially set page)
This commit is contained in:
commit
e81e30c81c
@ -530,6 +530,8 @@ $.extend( $.Viewer.prototype, $.EventSource.prototype, $.ControlDock.prototype,
|
|||||||
prefixUrl: this.prefixUrl,
|
prefixUrl: this.prefixUrl,
|
||||||
viewer: this
|
viewer: this
|
||||||
});
|
});
|
||||||
|
|
||||||
|
this.referenceStrip.setFocus( this._sequenceIndex );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user