From ea7057b601633e101b89781b08bfd9067770c88c Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Mon, 27 Sep 2021 11:34:15 -0700 Subject: [PATCH] Removed changelog for #2042 and added one for #2037 --- changelog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index f53a0063..ad1bc375 100644 --- a/changelog.txt +++ b/changelog.txt @@ -55,7 +55,7 @@ OPENSEADRAGON CHANGELOG * Now ensuring that the new item is already in the navigator when the "add-item" event fires (#2005 @RammasEchor) * Added keys to change image in sequence mode (j: previous, k: next) (#2007 @RammasEchor) * Fixed a bug where the navigator wouldn't pick up opacity/composite changes made while it is loading (#2018 @crydell) -* Removed unnecessary touch-action:none and pointer-events:none settings on overlay container DIV element (#2042 @msalsbery) +* Viewer's canvas-click events now include an originalTarget property so you can know which element received the click (#2037 @iangilman) 2.4.2: