aboutsummaryrefslogtreecommitdiff
path: root/app/src/web/ts/context_a.ts
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/web/ts/context_a.ts')
-rw-r--r--app/src/web/ts/context_a.ts8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/src/web/ts/context_a.ts b/app/src/web/ts/context_a.ts
index 9faa1e94..ad81279e 100644
--- a/app/src/web/ts/context_a.ts
+++ b/app/src/web/ts/context_a.ts
@@ -110,6 +110,14 @@
Frost.longClick(true);
longClick = true;
+ /**
+ * Don't handle context events while scrolling
+ */
+ if (Frost.isScrolling()) {
+ console.log("Skip from scrolling");
+ return;
+ }
+
/*
* Commonality; check for valid target
*/