Skip to content

Commit a9ac7ac

Browse files
committed
fix
1 parent 822ae09 commit a9ac7ac

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

client/src/touch/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class PointerEvents {
1111
this.$element = $(".fullscreen");
1212
this.gestures = new Gestures(this.$element)
1313
.on("scroll", (scrollDirection) => {
14-
socket.emit("mouseScroll", 0.5, scrollDirection);
14+
socket.emit("mouseScroll", 1, scrollDirection);
1515
hint.setText("Scrolling " + scrollDirection + "...");
1616
})
1717
.on("scrolled", () => {

0 commit comments

Comments
 (0)