mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-29 00:26:10 +03:00
Revert 'spacing change' for licence disclaimer (TiledImage), fix tests on drag-end event no longer firing when mouse does not move (PR #2064)
This commit is contained in:
parent
20594e5a51
commit
7f784835a7
@ -425,7 +425,7 @@
|
|||||||
clickCount: 2,
|
clickCount: 2,
|
||||||
dblClickCount: 1,
|
dblClickCount: 1,
|
||||||
dragCount: 0,
|
dragCount: 0,
|
||||||
dragEndCount: 2, // v2.5.0+ drag-end event now fired even if pointer didn't move (#1459)
|
dragEndCount: 0, // drag-end event no longer fired if pointer didn't move (#2064)
|
||||||
insideElementPressed: true,
|
insideElementPressed: true,
|
||||||
insideElementReleased: true,
|
insideElementReleased: true,
|
||||||
contacts: 0,
|
contacts: 0,
|
||||||
@ -453,7 +453,7 @@
|
|||||||
clickCount: 1,
|
clickCount: 1,
|
||||||
dblClickCount: 0,
|
dblClickCount: 0,
|
||||||
dragCount: 0,
|
dragCount: 0,
|
||||||
dragEndCount: 1, // v2.5.0+ drag-end event now fired even if pointer didn't move (#1459)
|
dragEndCount: 0, // drag-end event no longer fired if pointer didn't move (#2064)
|
||||||
insideElementPressed: true,
|
insideElementPressed: true,
|
||||||
insideElementReleased: true,
|
insideElementReleased: true,
|
||||||
contacts: 0,
|
contacts: 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user