Skip to content

Commit

Permalink
Show hover for comments, fixes #108396
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachel Macfarlane committed Jan 5, 2021
1 parent dc5a3da commit 4167837
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ export class CommentNodeRenderer implements IListRenderer<ITreeNode<CommentNode>
}

templateData.commentText.appendChild(renderedComment);
templateData.commentText.title = renderedComment.textContent ?? '';
}

disposeTemplate(templateData: ICommentThreadTemplateData): void {
Expand Down

0 comments on commit 4167837

Please sign in to comment.