Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

auto hide doesn't work #537

Closed
1 task done
Darcrandex opened this issue May 29, 2023 · 1 comment · Fixed by #538
Closed
1 task done

auto hide doesn't work #537

Darcrandex opened this issue May 29, 2023 · 1 comment · Fixed by #538
Assignees
Labels

Comments

@Darcrandex
Copy link

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

@sadeghbarati
Copy link
Collaborator

Let's track in your discussions instead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants