Skip to content

Commit

Permalink
Overhaul events
Browse files Browse the repository at this point in the history
- Refactor methods names and functionality
- Replace scroll listeners with observers
- Replace Tweezer-based scrolling with native scroll methods
- Remove tweezer.js dependency
- Remove redundant method calls
- Rename $resetEvents to onNavigate
- Rename __scrollActiveSidebar to onRender
- Remove __getAndActive
- Remove __sticky
  • Loading branch information
jhildenbiddle committed Apr 11, 2024
1 parent d89c4c7 commit e907db4
Show file tree
Hide file tree
Showing 7 changed files with 288 additions and 322 deletions.
8 changes: 1 addition & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -66,8 +66,7 @@
"opencollective-postinstall": "^2.0.2",
"prismjs": "^1.29.0",
"strip-indent": "^3.0.0",
"tinydate": "^1.3.0",
"tweezer.js": "^1.4.0"
"tinydate": "^1.3.0"
},
"devDependencies": {
"@babel/core": "^7.11.6",
Expand Down

0 comments on commit e907db4

Please sign in to comment.