support move mind

This commit is contained in:
fantasticit 2023-01-08 14:20:56 +08:00
parent a6138e93e5
commit 1abe7ec708
1 changed files with 5 additions and 4 deletions

View File

@ -308,10 +308,11 @@ define(function (require, exports, module) {
dy = e.wheelDelta; dy = e.wheelDelta;
} }
// this._viewDragger.move({ // 允许移动
// x: dx / 2.5, this._viewDragger.move({
// y: dy / 2.5, x: dx / 2.5,
// }); y: dy / 2.5,
});
var me = this; var me = this;
clearTimeout(this._mousewheeltimer); clearTimeout(this._mousewheeltimer);