Fix server group dialog open (#9330)

This commit is contained in:
Charles Gagnon
2020-02-25 15:14:32 -08:00
committed by GitHub
parent 70352f94ea
commit a9056bbba5

View File

@@ -83,8 +83,8 @@ export class ServerGroupDialog extends Modal {
const cancelLabel = localize('serverGroup.cancel', "Cancel");
this._addServerButton = this.addFooterButton(okLabel, () => this.addGroup());
this._closeButton = this.addFooterButton(cancelLabel, () => this.cancel());
this.registerListeners();
this.isRendered = true;
this.registerListeners();
}
protected layout(height?: number): void {