Merge pull request #2018 from crydell/updated-match

Navigator is matched to viewer when it succeeds
This commit is contained in:
Ian Gilman 2021-08-12 11:18:02 -07:00 committed by GitHub
commit 3c3b5e8150
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -404,6 +404,8 @@ $.extend( $.Navigator.prototype, $.EventSource.prototype, $.Viewer.prototype, /*
var myItem = event.item;
myItem._originalForNavigator = original;
_this._matchBounds(myItem, original, true);
_this._matchOpacity(myItem, original);
_this._matchCompositeOperation(myItem, original);
function matchBounds() {
_this._matchBounds(myItem, original);