idiotWu / smooth-scrollbar

Customizable, Extendable, and High-Performance JavaScript-Based Scrollbar Solution.

Home Page:https://idiotwu.github.io/smooth-scrollbar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

auto hide doesn't work

Darcrandex opened this issue · comments

Checks

  • Not a duplicate.

Version

8.8.3

Description

the function autoHideOnIdle not executed

Steps to Reproduce

  1. git clone https://github.com/idiotWu/smooth-scrollbar.git
  2. cd smooth-scrollbar & npm install
  3. src/track/index.ts
-  autoHideOnIdle() {
+  autoHideOnIdle() {
+    debugger
  1. npm run start
  2. open local demo, scroll the page content

Online Demo

No response

Let's track in your discussions instead