comment thread readonly

This commit is contained in:
rebornix
2020-09-24 17:45:02 -07:00
parent ee8378e806
commit c49d699aec
6 changed files with 128 additions and 60 deletions

View File

@@ -144,6 +144,7 @@ export type CommentThreadChanges = Partial<{
contextValue: string,
comments: modes.Comment[],
collapseState: modes.CommentThreadCollapsibleState;
readOnly: boolean;
}>;
export interface MainThreadCommentsShape extends IDisposable {