mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-28 06:14:00 +02:00
Fix:Audio player dropdown menu
This commit is contained in:
@@ -95,6 +95,11 @@ export default {
|
|||||||
this.$emit('action', itemValue)
|
this.$emit('action', itemValue)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted() {}
|
mounted() {},
|
||||||
|
beforeDestroy() {
|
||||||
|
if (this.menu) {
|
||||||
|
this.menu.remove()
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
Reference in New Issue
Block a user