Skip to content

Commit

Permalink
Removed deprecated mousewheel event in favor of wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-lewis-ab committed Jul 29, 2024
1 parent b8101ab commit c378b6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/ContextMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ export class ContextMenu {
}

root.addEventListener('wheel', on_mouse_wheel, true);
root.addEventListener('mousewheel', on_mouse_wheel, true);

this.root = root;

Expand Down

0 comments on commit c378b6f

Please sign in to comment.