mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-02-22 02:41:23 +01:00
Remove unnecessary onScroll log (#1002)
This commit is contained in:
parent
91a58a265e
commit
bd3a971dca
@ -261,7 +261,6 @@ function DirectoryTable({
|
||||
|
||||
const onScroll = useCallback(
|
||||
debounce(2, () => {
|
||||
console.log("onScroll");
|
||||
setScrollHeight(osRef.current.osInstance().elements().viewport.scrollTop);
|
||||
}),
|
||||
[]
|
||||
|
Loading…
Reference in New Issue
Block a user