Fix:Downloaded audiobook progress sync #77, Fix:Downloads page not showing, Fix: Audio player dropdown menu staying open

This commit is contained in:
advplyr 2022-01-05 19:09:18 -06:00
parent 6229a7f0a8
commit f7a2393d99
4 changed files with 88 additions and 85 deletions

View file

@ -91,8 +91,8 @@ export default {
this.closeMenu()
},
clickedOption(itemValue) {
this.$emit('action', itemValue)
this.closeMenu()
this.$emit('action', itemValue)
}
},
mounted() {}