This commit is contained in:
rebornix
2020-10-07 15:26:52 -07:00
parent 937b30edf2
commit 59f0af3bec
6 changed files with 31 additions and 31 deletions

View File

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