mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
fix(history, watch-later): delete button will toggle drawer open (#1090)
This commit is contained in:
@@ -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)"
|
||||
>
|
||||
<div i-tabler:trash />
|
||||
</button>
|
||||
|
||||
@@ -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)"
|
||||
>
|
||||
<div i-tabler:trash />
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user