提交 5d5681d6 编写于 作者: P Peng Lyu

collapse action

上级 7b4394d9
......@@ -192,16 +192,17 @@ export class ReviewZoneWidget extends ZoneWidget {
this._actionbarWidget = new ActionBar(actionsContainer.getHTMLElement(), {});
this._disposables.push(this._actionbarWidget);
/* this._toggleAction = new Action('review.expand', nls.localize('label.expand', "Expand"), this._isCollapsed ? EXPAND_ACTION_CLASS : COLLAPSE_ACTION_CLASS, true, () => {
this._toggleAction = new Action('review.expand', nls.localize('label.expand', "Expand"), this._isCollapsed ? EXPAND_ACTION_CLASS : COLLAPSE_ACTION_CLASS, true, () => {
if (this._isCollapsed) {
}
else {
this._isCollapsed = true;
this.hide();
}
return null;
});
this._actionbarWidget.push(this._toggleAction, { label: false, icon: true }); */
this._actionbarWidget.push(this._toggleAction, { label: false, icon: true });
}
toggleExpand() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册