mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-30 15:10:11 +00:00
feature:
标签加入颜色
This commit is contained in:
@@ -44,7 +44,6 @@ const BaseLayout = ({
|
||||
let windowTop = 0
|
||||
const scrollTrigger = useCallback(throttle(() => {
|
||||
const scrollS = window.scrollY
|
||||
console.log(scrollS)
|
||||
if (scrollS >= windowTop && scrollS > 10) {
|
||||
handleScrollDown()
|
||||
windowTop = scrollS
|
||||
|
||||
Reference in New Issue
Block a user