mirror of https://github.com/fantasticit/think.git
disable move
This commit is contained in:
parent
79ecf7c62e
commit
a40840397b
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue