Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
flolu committed Nov 17, 2022
1 parent cc177f1 commit be655d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ export default class ScrollSpeed extends Plugin {
scrollListener = (event: AugmentedWheelEvent) => {
event.preventDefault()

// TODO scrolling doesn't work when hovering over a tooltip

if (this.isTrackPadUsed(event) || !this.settings.enableAnimations) {
this.scrollWithoutAnimation(event)
} else {
Expand Down

0 comments on commit be655d8

Please sign in to comment.