提交 cccb68fc 编写于 作者: P pah100

roam fix

上级 24b85839
......@@ -23,7 +23,7 @@ define(function (require) {
}
function mousemove(e) {
if (this._dragging && e.gestureEvent !== 'pinchchange') {
if (this._dragging && e.gestureEvent !== 'pinch') {
var rawE = e.event;
rawE.preventDefault && rawE.preventDefault();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册