Skip to content

Commit

Permalink
Update Comment and probably just stick with abbreviating in the futur…
Browse files Browse the repository at this point in the history
…e...
  • Loading branch information
JohnC-80 authored Jan 7, 2025
1 parent c186652 commit 5d9227c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Tooltip/Tooltip.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export default class Tooltip extends Component {
const disable = hideOnTouch && isTouch;
clearTimeout(this.timeout);

// Accessibuilty - When hiding the tooltip, ensure that the mouse is not hovered over the tooltip
// Accessibility - When hiding the tooltip, ensure that the mouse is not hovered over the tooltip
// - for mouse readers (WCAG 2.1 - 1.4.13 )
if (!bool) {
if (!this.overlayRef?.current?.matches(':hover') &&
Expand Down

0 comments on commit 5d9227c

Please sign in to comment.