From c51a15436963f39c9f13c3f7cfac420f1110686f Mon Sep 17 00:00:00 2001 From: Eric Lambrecht Date: Mon, 21 Jan 2019 22:45:37 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20Fixed=20playlist=20item?= =?UTF-8?q?=20not=20being=20clickable=20everywhere?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/EditorPlaylistItem.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/EditorPlaylistItem.vue b/src/components/EditorPlaylistItem.vue index da598d9d..6b0dd147 100644 --- a/src/components/EditorPlaylistItem.vue +++ b/src/components/EditorPlaylistItem.vue @@ -100,6 +100,7 @@ export default { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; + pointer-events: none; &:not(:first-child) { margin-left: 20px;