From 5d71e578393715d18cfde369f175bd55174b11c4 Mon Sep 17 00:00:00 2001 From: k00b Date: Mon, 18 Nov 2024 17:33:45 -0600 Subject: [PATCH] fix ptr interfering with layout container --- components/layout.js | 22 ++++++++++------------ components/pull-to-refresh.js | 25 ++++++++++++------------- 2 files changed, 22 insertions(+), 25 deletions(-) diff --git a/components/layout.js b/components/layout.js index dc174dc2..e90f6ccf 100644 --- a/components/layout.js +++ b/components/layout.js @@ -15,18 +15,16 @@ export default function Layout ({ return ( <> {seo && } - {/* android prop if true disables its native PTR */} - - {contain - ? ( - - {children} - - ) - : children} - {footer &&