diff --git a/src/components/timeline.jsx b/src/components/timeline.jsx index 25533018..3af0f3df 100644 --- a/src/components/timeline.jsx +++ b/src/components/timeline.jsx @@ -239,9 +239,10 @@ function Timeline({ setNearReachStart(nearReachStart); if (reachStart) { loadItems(true); - } else if (nearReachEnd || (reachEnd && showMore)) { - loadItems(); } + // else if (nearReachEnd || (reachEnd && showMore)) { + // loadItems(); + // } }, [], ); @@ -451,6 +452,8 @@ function Timeline({ {uiState === 'default' && (showMore ? ( { if (inView) { loadItems();