mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 21:18:01 +02:00
Tool-tip show fix taken from another branch
This commit is contained in:
parent
7975ba8c96
commit
15987e8e5a
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ const openSong = el => {
|
|||
class="bi bi-three-dots-vertical popup-wrap ign"
|
||||
@mouseenter="show = true"
|
||||
@mouseleave="show = false"
|
||||
@click.enter="show = player.toggle('tooltipIsOpen')">
|
||||
@click.enter="show ? show = false : show = true">
|
||||
<Transition name="fade">
|
||||
<div v-if="show" class="popup ign">
|
||||
<button
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue