From 7667383686dfcd1126aa7600d2563851ab16d60b Mon Sep 17 00:00:00 2001 From: spinline Date: Sat, 31 Jan 2026 00:53:30 +0300 Subject: [PATCH] refactor: Remove touchstart handler, rely on body scroll lock --- frontend/src/app.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/app.rs b/frontend/src/app.rs index c3fb02c..68761c6 100644 --- a/frontend/src/app.rs +++ b/frontend/src/app.rs @@ -346,7 +346,6 @@ pub fn App() -> impl IntoView {