提交 56919671 编写于 作者: P Peng Lyu

DRY

上级 b71bbac7
......@@ -147,16 +147,7 @@ export class ReviewZoneWidget extends ZoneWidget {
}
toggleExpand() {
if (this._isCollapsed) {
this._bodyElement.style.display = 'block';
this._toggleAction.class = 'expand-review-action octicon octicon-chevron-up';
this._isCollapsed = false;
}
else {
this._bodyElement.style.display = 'none';
this._toggleAction.class = 'expand-review-action octicon octicon-chevron-down';
this._isCollapsed = true;
}
this._toggleAction.run();
}
createCommentElement(comment: modes.Comment) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册