forked from profectus/Profectus
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) }"
|
:class="{ shown: isShown, ...unref(classes) }"
|
||||||
@mouseenter="isHovered = true"
|
@mouseenter="isHovered = true"
|
||||||
@mouseleave="isHovered = false"
|
@mouseleave="isHovered = false"
|
||||||
@click="togglePinned"
|
@click.capture="togglePinned"
|
||||||
:style="unref(style)"
|
:style="unref(style)"
|
||||||
>
|
>
|
||||||
<slot />
|
<slot />
|
||||||
|
|
Loading…
Reference in a new issue