diff --git a/src/view/com/util/List.web.tsx b/src/view/com/util/List.web.tsx index b18bdfaf77..3c6eb2f3b2 100644 --- a/src/view/com/util/List.web.tsx +++ b/src/view/com/util/List.web.tsx @@ -107,7 +107,7 @@ function ListImpl( return } function handleScroll() { - // console.log(window.scrollY) + console.log(window.scrollY) } window.addEventListener('scroll', handleScroll) return () => window.removeEventListener('scroll', handleScroll) @@ -135,10 +135,7 @@ function ListImpl( pal.border, ]}> - +