Signed-off-by: Jonathan <theflametrooper@gmail.com>
@@ -1,6 +1,7 @@
<template>
<tippy
class="addToPlaylistDropdown"
+ touch="true"
interactive="true"
:placement="placement"
theme="addToPlaylist"
theme="confirm"
ref="confirm"
@@ -72,6 +72,7 @@
>
v-if="loggedIn"
placement="left"
theme="songActions"
@@ -46,6 +46,7 @@
class="button-wrapper"
placement="bottom"
trigger="click"
append-to="parent"
@@ -96,6 +97,7 @@
@@ -146,6 +148,7 @@
v-if="station.type === 'community'"
@@ -200,6 +203,7 @@
@@ -258,6 +262,7 @@
@@ -17,6 +17,7 @@ const handleMetadata = attrs => {
Vue.use(VueTippy, {
directive: "tippy", // => v-tippy
flipDuration: 0,
+ touch: false,
popperOptions: {
modifiers: {
preventOverflow: {