Skip to content

Commit 93c0397

Browse files
committed
chore: use standard wheel event listener
1 parent 185ed95 commit 93c0397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/datatip-manager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ export class DataTipManager {
491491
})
492492

493493
// TODO move this code to atom-ide-base
494-
element.addEventListener("mousewheel", this.onMouseWheel, { passive: true })
494+
element.addEventListener("wheel", this.onMouseWheel, { passive: true })
495495

496496
disposables.add(
497497
new Disposable(() => {

0 commit comments

Comments
 (0)