From a7022bcd34d65a6be1b00fe9a4a1dde98b353850 Mon Sep 17 00:00:00 2001 From: Ben Pate Date: Wed, 11 Sep 2024 08:53:14 -0600 Subject: [PATCH] Turboclick shouldn't use touchstart This prevents touch devices from scrolling on many pages. --- _embed/templates/theme-global/hyperscript/turboclick._hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_embed/templates/theme-global/hyperscript/turboclick._hs b/_embed/templates/theme-global/hyperscript/turboclick._hs index 030c6b58..4763547d 100644 --- a/_embed/templates/theme-global/hyperscript/turboclick._hs +++ b/_embed/templates/theme-global/hyperscript/turboclick._hs @@ -1,4 +1,4 @@ -on mousedown or touchstart +on mousedown set node to the closest <.turboclick /> to the event.target