mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-02-17 23:33:14 +03:00
Add reference to github discussion on mouse tracking bug fix.
This commit is contained in:
parent
319d27f0c0
commit
ad206a7738
@ -2881,7 +2881,7 @@
|
|||||||
|
|
||||||
// A primary mouse button may have been released while the non-primary button was down
|
// A primary mouse button may have been released while the non-primary button was down
|
||||||
if (pointsList.contacts > 0 && pointsList.type === 'mouse') {
|
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--;
|
pointsList.contacts--;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user