[PE] Fix Bug 35428.
This commit is contained in:
parent
e22b785df0
commit
773a2e210f
|
@ -2678,7 +2678,7 @@ define([
|
|||
}
|
||||
|
||||
/** coauthoring begin **/
|
||||
menuAddCommentPara.setVisible(!isInChart && me.api.can_AddQuotedComment()!==false && me.mode.canCoAuthoring && me.mode.canComments);
|
||||
menuAddCommentPara.setVisible(!isInChart && isInShape && me.api.can_AddQuotedComment()!==false && me.mode.canCoAuthoring && me.mode.canComments);
|
||||
/** coauthoring end **/
|
||||
|
||||
menuCommentParaSeparator.setVisible(/** coauthoring begin **/ menuAddCommentPara.isVisible() || /** coauthoring end **/ menuAddHyperlinkPara.isVisible() || menuHyperlinkPara.isVisible());
|
||||
|
|
Loading…
Reference in a new issue