mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-02-23 02:51:26 +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(
|
const onScroll = useCallback(
|
||||||
debounce(2, () => {
|
debounce(2, () => {
|
||||||
console.log("onScroll");
|
|
||||||
setScrollHeight(osRef.current.osInstance().elements().viewport.scrollTop);
|
setScrollHeight(osRef.current.osInstance().elements().viewport.scrollTop);
|
||||||
}),
|
}),
|
||||||
[]
|
[]
|
||||||
|
Loading…
Reference in New Issue
Block a user