From bf3e517a762cc54ee4774a4ba9a98deaee773545 Mon Sep 17 00:00:00 2001 From: spinline Date: Sat, 31 Jan 2026 01:02:18 +0300 Subject: [PATCH] fix: Restore touchstart handler for maximum reliability --- frontend/src/app.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/app.rs b/frontend/src/app.rs index 68761c6..c3fb02c 100644 --- a/frontend/src/app.rs +++ b/frontend/src/app.rs @@ -346,6 +346,7 @@ pub fn App() -> impl IntoView {