Made tooltips' onClick in capture mode
This commit is contained in:
parent
6ed9f3da53
commit
bef5272ab5
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
:class="{ shown: isShown, ...unref(classes) }"
|
||||
@mouseenter="isHovered = true"
|
||||
@mouseleave="isHovered = false"
|
||||
@click="togglePinned"
|
||||
@click.capture="togglePinned"
|
||||
:style="unref(style)"
|
||||
>
|
||||
<slot />
|
||||
|
|
Loading…
Reference in a new issue