Add active comment thread.

This commit is contained in:
Peng Lyu
2019-04-28 12:30:29 -07:00
parent accab2eaa7
commit 2884d2239b
4 changed files with 24 additions and 0 deletions

View File

@@ -458,6 +458,7 @@ export class MainThreadComments extends Disposable implements MainThreadComments
this._proxy.$onCommentWidgetInputChange(controller.handle, this._input ? this._input.value : undefined);
}));
await this._proxy.$onActiveCommentThreadChange(controller.handle, controller.activeCommentThread.commentThreadHandle);
await this._proxy.$onCommentWidgetInputChange(controller.handle, this._input ? this._input.value : undefined);
}));
}