mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-05 22:48:48 +00:00
Remove unnecessary onScroll log (#1002)
This commit is contained in:
parent
91a58a265e
commit
bd3a971dca
1 changed files with 0 additions and 1 deletions
|
|
@ -261,7 +261,6 @@ function DirectoryTable({
|
|||
|
||||
const onScroll = useCallback(
|
||||
debounce(2, () => {
|
||||
console.log("onScroll");
|
||||
setScrollHeight(osRef.current.osInstance().elements().viewport.scrollTop);
|
||||
}),
|
||||
[]
|
||||
|
|
|
|||
Loading…
Reference in a new issue