aboutsummaryrefslogtreecommitdiffhomepage
path: root/ui/static/js/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/static/js/app.js')
-rw-r--r--ui/static/js/app.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/static/js/app.js b/ui/static/js/app.js
index a540b60..e616a2d 100644
--- a/ui/static/js/app.js
+++ b/ui/static/js/app.js
@@ -122,9 +122,9 @@ class TouchHandler {
if (distance > 75) {
EntryHandler.toggleEntryStatus(this.touch.element);
- this.touch.element.style.opacity = 1;
- this.touch.element.style.transform = "none";
}
+ this.touch.element.style.opacity = 1;
+ this.touch.element.style.transform = "none";
}
this.reset();