We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c3d734 commit cd1046aCopy full SHA for cd1046a
âsrc/components/DsfrTooltip/DsfrTooltip.vueâ
@@ -124,7 +124,7 @@ const onClick = () => {
124
:class="onHover ? 'fr-link' : 'fr-btn fr-btn--tooltip'"
125
:aria-describedby="id"
126
:href="onHover ? '#' : undefined"
127
- @click="onClick()"
+ @click.stop="onClick()"
128
@mouseenter="onMouseEnter()"
129
@mouseleave="onMouseLeave()"
130
>
0 commit comments