diff --git a/src/contentScripts/views/History/History.vue b/src/contentScripts/views/History/History.vue index 870785ec..3ba0a027 100644 --- a/src/contentScripts/views/History/History.vue +++ b/src/contentScripts/views/History/History.vue @@ -457,7 +457,7 @@ function jumpToLoginPage() { opacity-0 group-hover:opacity-100 p-2 duration-300 - @click.prevent="deleteHistoryItem(index, historyItem)" + @click.prevent.stop="deleteHistoryItem(index, historyItem)" >
diff --git a/src/contentScripts/views/WatchLater/WatchLater.vue b/src/contentScripts/views/WatchLater/WatchLater.vue index e9b7c0d6..ae5770af 100644 --- a/src/contentScripts/views/WatchLater/WatchLater.vue +++ b/src/contentScripts/views/WatchLater/WatchLater.vue @@ -278,7 +278,7 @@ function jumpToLoginPage() { opacity-0 group-hover:opacity-100 p-2 duration-300 - @click.prevent="deleteWatchLaterItem(index, item.aid)" + @click.prevent.stop="deleteWatchLaterItem(index, item.aid)" >