From b08d0a388fe368a9c7fe2dcf6e63c8b92b60a07d Mon Sep 17 00:00:00 2001 From: Athou Date: Wed, 12 Mar 2025 10:36:17 +0100 Subject: [PATCH] no need to re-render the custom js handler on route change --- commafeed-client/src/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commafeed-client/src/App.tsx b/commafeed-client/src/App.tsx index 198162bd..0d883b7d 100644 --- a/commafeed-client/src/App.tsx +++ b/commafeed-client/src/App.tsx @@ -221,8 +221,9 @@ export function App() { - + + {/* disable pull-to-refresh as it messes with vertical scrolling safari behaves weirdly when overscroll-behavior is set to none so we disable it only for other browsers https://github.com/Athou/commafeed/issues/1168 @@ -232,7 +233,6 @@ export function App() { -