diff --git a/ui/static/js/touch_handler.js b/ui/static/js/touch_handler.js
index 4f6d7aecd4bf8a2a24c5d8e856de71eba1ac37c2..28330113d146bacdffbf9202afd72c1a142ba401 100644
--- a/ui/static/js/touch_handler.js
+++ b/ui/static/js/touch_handler.js
@@ -75,10 +75,10 @@ class TouchHandler {
 
             if (distance > 75) {
                 toggleEntryStatus(this.touch.element);
-            }
-
-            this.touch.element.style.opacity = 1;
-            this.touch.element.style.transform = "none";
+	    } else {
+                this.touch.element.style.opacity = 1;
+                this.touch.element.style.transform = "none";
+	    }
         }
 
         this.reset();