aboutsummaryrefslogtreecommitdiff
path: root/internal/ui/static/js/touch_handler.js
diff options
context:
space:
mode:
Diffstat (limited to 'internal/ui/static/js/touch_handler.js')
-rw-r--r--internal/ui/static/js/touch_handler.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/ui/static/js/touch_handler.js b/internal/ui/static/js/touch_handler.js
index 4e2657cb..37c14e86 100644
--- a/internal/ui/static/js/touch_handler.js
+++ b/internal/ui/static/js/touch_handler.js
@@ -31,7 +31,7 @@ class TouchHandler {
return element;
}
- return element.closest(".entry-swipe")
+ return element.closest(".entry-swipe");
}
onItemTouchStart(event) {