mirror of
https://github.com/cds-astro/aladin-lite.git
synced 2026-01-19 16:21:04 -08:00
Merge branch 'develop' of https://github.com/cds-astro/aladin-lite into develop
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user