mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Fix widgets not cleared (fix #4731)
This commit is contained in:
parent
8f701e9434
commit
57c281988b
@ -63,6 +63,7 @@ export default Vue.extend({
|
||||
},
|
||||
watch: {
|
||||
allWidgets() {
|
||||
this.widgets = []
|
||||
this.allWidgets.forEach(async (w: Widget) => {
|
||||
const add = await widgetFilter(w)
|
||||
if (add) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user