diff --git a/apps/boxclk/app.js b/apps/boxclk/app.js index 139ad31a1f..1bb8bd9dcb 100644 --- a/apps/boxclk/app.js +++ b/apps/boxclk/app.js @@ -44,13 +44,8 @@ if (isDragging) { widgets.hide(); - // Stop propagation of the touch event to prevent other handlers - E.stopEventPropagation(); } else { - widgets.show(); - widgets.swipeOn(); - // Call updateBoxData when transitioning from dragging to not dragging - updateBoxData(); + deselectAllBoxes(); } } else { // If tapped outside any box, deselect all boxes