Remove unnecessary onScroll log (#1002)

This commit is contained in:
Evan Simkowitz 2024-10-09 20:43:04 -04:00 committed by GitHub
parent 91a58a265e
commit bd3a971dca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -261,7 +261,6 @@ function DirectoryTable({
const onScroll = useCallback(
debounce(2, () => {
console.log("onScroll");
setScrollHeight(osRef.current.osInstance().elements().viewport.scrollTop);
}),
[]