Skip to content

Commit 1df6d1d

Browse files
docs: comment too long
1 parent 1450231 commit 1df6d1d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/Tooltip/Tooltip.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,8 @@ const Tooltip = ({
507507
if (!show || event?.target !== activeAnchor) {
508508
/**
509509
* ignore clicking the anchor that was NOT used to open the tooltip.
510-
* this avoids closing the tooltip when clicking on a new anchor with the tooltip already open.
510+
* this avoids closing the tooltip when clicking on a
511+
* new anchor with the tooltip already open.
511512
*/
512513
return
513514
}

0 commit comments

Comments
 (0)