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;
}
// this._viewDragger.move({
// x: dx / 2.5,
// y: dy / 2.5,
// });
// 允许移动
this._viewDragger.move({
x: dx / 2.5,
y: dy / 2.5,
});
var me = this;
clearTimeout(this._mousewheeltimer);