disable move

This commit is contained in:
fantasticit 2023-01-08 14:40:17 +08:00
parent 79ecf7c62e
commit a40840397b
1 changed files with 4 additions and 4 deletions

View File

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