From ad206a7738ecf1016a3911df5ecc9d80dc96923b Mon Sep 17 00:00:00 2001 From: larissasmith Date: Tue, 20 Jun 2017 16:35:00 -0600 Subject: [PATCH] Add reference to github discussion on mouse tracking bug fix. --- src/mousetracker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mousetracker.js b/src/mousetracker.js index 5887f4aa..d81f5561 100644 --- a/src/mousetracker.js +++ b/src/mousetracker.js @@ -2881,7 +2881,7 @@ // A primary mouse button may have been released while the non-primary button was down if (pointsList.contacts > 0 && pointsList.type === 'mouse') { - // Stop tracking the mouse + // Stop tracking the mouse; see https://github.com/openseadragon/openseadragon/pull/1223 pointsList.contacts--; return true; }