Fix #74641. Update viewzone afterline when position changes.

This commit is contained in:
Peng Lyu
2019-05-31 10:27:56 -07:00
parent 5c65d9bfa4
commit c042dabe2b
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,