提交 9edb5831 编写于 作者: NoSubject's avatar NoSubject

Merge branch 'fix/scroll' into 'develop'

修正流程属性滚动条偶尔失效的bug

See merge request o2oa/o2oa!495
......@@ -472,7 +472,7 @@ o2.widget.ScrollBar = new Class({
// this.node.tween("margin-right", margin-scrollVNodeSize.x);
}
this.node.removeEvent("mousewheel", this.mousewheel);
//this.node.removeEvent("mousewheel", this.mousewheel);
this.node.removeEvent("touchmove", this.touchmove);
if (Browser.name=="firefox"){
this.node.removeEventListener("DOMMouseScroll", this.domMousewheel, false);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册