Fix:Library settings context menu actions for mobile view #1886

This commit is contained in:
advplyr 2023-07-11 17:06:14 -05:00
parent 995cf51ae3
commit 78fe6d47ba

View File

@ -48,7 +48,7 @@ export default {
},
methods: {
clickedOption(action) {
this.$emit('action', action)
this.$emit('action', { action })
}
},
mounted() {}