소스 검색

fix: adjust connection scroll

GyDi 3 년 전
부모
커밋
423a7f951a
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/pages/connections.tsx

+ 0 - 1
src/pages/connections.tsx

@@ -124,7 +124,6 @@ const ConnectionsPage = () => {
 
         <Box height="calc(100% - 50px)">
           <Virtuoso
-            initialTopMostItemIndex={999}
             data={filterConn}
             itemContent={(index, item) => <ConnectionItem value={item} />}
           />