mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-11 13:55:44 -05:00
Initialize disposables array in commentThreadWidget
This commit is contained in:
@@ -117,7 +117,7 @@ export class ReviewZoneWidget extends ZoneWidget {
|
||||
this._draftMode = draftMode;
|
||||
this._isCollapsed = commentThread.collapsibleState !== modes.CommentThreadCollapsibleState.Expanded;
|
||||
this._globalToDispose = [];
|
||||
this._disposables = [];
|
||||
this._submitActionsDisposables = [];
|
||||
this._formActions = null;
|
||||
this.create();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user