diff --git a/src/components/Timeline/index.tsx b/src/components/Timeline/index.tsx index c47f11e5..6a9a317b 100644 --- a/src/components/Timeline/index.tsx +++ b/src/components/Timeline/index.tsx @@ -380,8 +380,8 @@ const Timeline: React.FC = ({ if (readMarker) { setAccountStorage([{ key: readMarker, value: undefined }]) } + flRef.current?.scrollToOffset({ offset: 0 }) await refetch() - setTimeout(() => flRef.current?.scrollToOffset({ offset: 0 }), 50) }} >