Skip to content

Commit b67a8f9

Browse files
committed
Overscan more rows in the tree view
1 parent 2229610 commit b67a8f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/components/primitives/TreeView/TreeView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ export function useTree<TData, TFilterValue>({
241241
index,
242242
});
243243
},
244-
overscan: 20,
244+
overscan: 50,
245245
});
246246

247247
const scrollToNodeFn = useCallback(

0 commit comments

Comments
 (0)