File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -494,6 +494,7 @@ export class CommentNode<T extends IRange | ICellRange> extends Disposable {
494
494
this . removeCommentEditor ( ) ;
495
495
} , this . themeService ) ;
496
496
497
+ this . _register ( this . _commentFormActions ) ;
497
498
this . _commentFormActions . setActions ( menu ) ;
498
499
}
499
500
Original file line number Diff line number Diff line change @@ -261,6 +261,7 @@ export class CommentReply<T extends IRange | ICellRange> extends Disposable {
261
261
this . hideReplyArea ( ) ;
262
262
} , this . themeService ) ;
263
263
264
+ this . _register ( this . _commentFormActions ) ;
264
265
this . _commentFormActions . setActions ( menu ) ;
265
266
}
266
267
Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ export class CommentThreadWidget<T extends IRange | ICellRange = IRange> extends
98
98
this . _scopedInstatiationService ,
99
99
this
100
100
) as unknown as CommentThreadBody < T > ;
101
+ this . _register ( this . _body ) ;
101
102
102
103
this . _styleElement = dom . createStyleSheet ( this . container ) ;
103
104
You can’t perform that action at this time.
0 commit comments