提交 6e547ebf 编写于 作者: A Alex Dima

Fixes #62981: Adjust constants

上级 d01afdce
......@@ -131,8 +131,8 @@ export class StandardWheelEvent {
this.deltaX = -e.deltaX / 3;
this.deltaY = -e.deltaY / 3;
} else if (e.deltaMode === e.DOM_DELTA_PIXEL) {
this.deltaX = -e.deltaX / 120;
this.deltaY = -e.deltaY / 120;
this.deltaX = -e.deltaX / 40;
this.deltaY = -e.deltaY / 40;
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册