Skip to content

Commit

Permalink
Merge pull request #251 from MeasureAuthoringTool/MAT-7335
Browse files Browse the repository at this point in the history
MAT-7335: preventdefault tooltip onclick
  • Loading branch information
ethankaplan authored Jul 10, 2024
2 parents 61ed6d0 + e16f657 commit 4b12b6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions react/components/MadieTooltip/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const MadieToolTip = ({ tooltipText = "informational text", id }) => {
}
}}
className="madie-tooltip-button"
onClick={(e)=>e.preventDefault()}
>
<TooltipIcon />
<div
Expand Down

0 comments on commit 4b12b6d

Please sign in to comment.