Adjust sliding sensing values more precisely

This commit is contained in:
PrinOrange
2024-01-04 12:51:17 +08:00
parent eb5269a767
commit 3978772302

View File

@@ -52,7 +52,7 @@ const ReaderPage = (props: ReaderPageProps) => {
onSwipedRight: () => {
setIsTOCOpen(true);
},
delta: 200,
delta: 120,
});
return (
<Page>