diff --git a/src/pages/status.jsx b/src/pages/status.jsx index 5afeb835..8afa7050 100644 --- a/src/pages/status.jsx +++ b/src/pages/status.jsx @@ -843,24 +843,24 @@ function StatusThread({ id, closeLink = '/', instance: propInstance }) { weight, } = status; const isHero = statusID === id; - const StatusParent = useCallback( - (props) => - isThread || thread || ancestor ? ( - { - resetScrollPosition(statusID); - }} - {...props} - /> - ) : ( -
- ), - [isThread, thread], - ); + // const StatusParent = useCallback( + // (props) => + // isThread || thread || ancestor ? ( + // { + // resetScrollPosition(statusID); + // }} + // {...props} + // /> + // ) : ( + //
+ // ), + // [isThread, thread], + // ); return (
  • ) : ( - + // + { + resetScrollPosition(statusID); + }} + >
  • )} */} - + {/* */} + )} {descendant && replies?.length > 0 && ( {replies.map((r) => (
  • - {/* { resetScrollPosition(r.id); }} - > */} -
    + > + {/*
    */}
    )} -
    - {/* */} + {/*
  • */} + {r.replies?.length && (