mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-27 21:09:31 +01:00
Apply suggestions from code review
This commit is contained in:
@@ -153,6 +153,7 @@ export class ReviewZoneWidget extends ZoneWidget implements ICommentThreadWidget
|
||||
}
|
||||
}));
|
||||
this._applyTheme(this.themeService.getColorTheme());
|
||||
|
||||
}
|
||||
|
||||
public get onDidClose(): Event<ReviewZoneWidget | undefined> {
|
||||
@@ -216,7 +217,6 @@ export class ReviewZoneWidget extends ZoneWidget implements ICommentThreadWidget
|
||||
|
||||
protected _fillContainer(container: HTMLElement): void {
|
||||
this.setCssClass('review-widget');
|
||||
|
||||
this._commentThreadWidget = this._scopedInstantiationService.createInstance(
|
||||
CommentThreadWidget,
|
||||
container,
|
||||
|
||||
Reference in New Issue
Block a user