Skip to content

Commit

Permalink
fixed scrolling disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
HunterBarclay committed Aug 24, 2024
1 parent 2f6fc41 commit 1c70994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fission/src/systems/scene/ScreenInteractionHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class ScreenInteractionHandler {
if (e.ctrlKey) {
e.preventDefault();
} else {
this._wheelMove
this._wheelMove(e)
}
}, { passive: false })
this._domElement.addEventListener("contextmenu", this._contextMenu)
Expand Down

0 comments on commit 1c70994

Please sign in to comment.