Tool-tip show fix taken from another branch

This commit is contained in:
banaanihillo@protonmail.ch 2024-04-20 12:02:38 +03:00
parent 7975ba8c96
commit 15987e8e5a

View file

@ -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