Skip to content

Commit

Permalink
Remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tariqksoliman committed Sep 8, 2023
1 parent 6346f2d commit 4282402
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/essence/Basics/UserInterface_/UserInterface_.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ var UserInterface = {

$('#topBarLeft').on('wheel', function (e) {
e.preventDefault()
//The "30" represents speed. preventDefault ensures the page won't scroll down.
this.scrollLeft += e.originalEvent.deltaY
})

Expand Down

0 comments on commit 4282402

Please sign in to comment.