-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: visual comment selection #7996
Conversation
b7532d9
to
1186c9d
Compare
1186c9d
to
b95530d
Compare
@@ -124,6 +131,14 @@ export class CommentView implements IRenderedElement { | |||
this.moveTo(new Coordinate(0, 0)); | |||
} | |||
|
|||
private createHighlightRect(svgRoot: SVGGElement): SVGRectElement { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing tsdoc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want to turn the lint warnings for this back on?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope.
* feat: add visually highlighting selected comment * chore: TSDoc
The basics
The details
Resolves
Fixes #8007
Proposed Changes
Adds visually highlighting workspace comments when they are selected
Test Coverage
Documentation
N/A
Additional Information
N/A