@@ -7,7 +7,9 @@
trigger="click"
>
<template #trigger>
- <slot />
+ <div @click.shift="$emit('confirm')">
+ <slot />
+ </div>
</template>
<a @click.prevent="$emit('confirm')"> Confirm </a>
</tippy>
@@ -281,11 +281,6 @@
<i
class="material-icons delete-icon"
content="Remove Song from Playlist"
- @click.shift="
- removeSongFromPlaylist(
- song.songId
- )
- "
v-tippy
>delete_forever</i