Merge branch 'develop' of https://github.com/cds-astro/aladin-lite into develop

This commit is contained in:
Matthieu BAUMANN
2022-10-29 15:14:00 +02:00

View File

@@ -814,7 +814,7 @@ export let View = (function () {
eventCount++;
if (new Date().getTime() - eventCountStart > 100) {
if (eventCount > 10) {
if (eventCount > 5) {
isTouchPad = true;
} else {
isTouchPad = false;