提交 69664a54 编写于 作者: NoSubject's avatar NoSubject

Merge branch 'fix/documenteditor_toolbar' into 'wrdp'

修复版式文件编辑器的操作条,在tab页种位置异常的错误

See merge request o2oa/o2oa!3106
...@@ -1079,7 +1079,7 @@ MWF.xApplication.process.Xform.Documenteditor = MWF.APPDocumenteditor = new Cla ...@@ -1079,7 +1079,7 @@ MWF.xApplication.process.Xform.Documenteditor = MWF.APPDocumenteditor = new Cla
paddingTop = 0; paddingTop = 0;
} }
if (p.y<paddingTop){ if (p.y<paddingTop && this.toolNode.offsetParent){
this.toolbarNode.inject(this.scrollNode); this.toolbarNode.inject(this.scrollNode);
this.toolbarNode.setStyles({ this.toolbarNode.setStyles({
"position": "absolute", "position": "absolute",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册