From 15987e8e5a5b37bb7d3cfb761abbbb51349d8c9b Mon Sep 17 00:00:00 2001 From: "banaanihillo@protonmail.ch" Date: Sat, 20 Apr 2024 12:02:38 +0300 Subject: [PATCH] Tool-tip show fix taken from another branch --- src/components/SongItem.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/SongItem.vue b/src/components/SongItem.vue index 742364e..d79c9a9 100644 --- a/src/components/SongItem.vue +++ b/src/components/SongItem.vue @@ -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">