mirror of
https://github.com/wassname/template.git
synced 2026-07-03 23:17:20 +08:00
22b1f06a12
Relying on the mouse events made the boxes on touch screens really janky. I have: - Made opening/closing the touch box purely use touchstart events so it is more reliable and responsive - Made tapping anywhere outside the box close it - Refactored binding into separate link and div functions so that the touch events can be bound correctly