Quellcode durchsuchen

fix: adjust connection scroll

GyDi vor 3 Jahren
Ursprung
Commit
423a7f951a
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  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} />}
           />