From 9724174a5b75041f00e791755f25d71513b5a78c Mon Sep 17 00:00:00 2001 From: crydell <31703366+crydell@users.noreply.github.com> Date: Wed, 11 Aug 2021 12:59:14 +0200 Subject: [PATCH] Navigator is matched to viewer when it succeeds --- src/navigator.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/navigator.js b/src/navigator.js index 5414a53e..81993b74 100644 --- a/src/navigator.js +++ b/src/navigator.js @@ -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);