Merge pull request #74688 from microsoft/rebornix/fix#74641

Fix #74641. Update viewzone afterline when position changes.
This commit is contained in:
Peng Lyu
2019-06-03 13:45:04 -07:00
committed by GitHub
7 changed files with 52 additions and 2 deletions

View File

@@ -451,6 +451,10 @@ export class MainThreadCommentController {
this._proxy.$createCommentThreadTemplate(this.handle, resource, range);
}
async updateCommentThreadTemplate(threadHandle: number, range: IRange) {
await this._proxy.$updateCommentThreadTemplate(this.handle, threadHandle, range);
}
toJSON(): any {
return {
$mid: 6,