mirror of https://github.com/fantasticit/think.git
support move mind
This commit is contained in:
parent
a6138e93e5
commit
1abe7ec708
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue