mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-01 16:54:59 +02:00
Fix:Library settings context menu actions for mobile view #1886
This commit is contained in:
parent
995cf51ae3
commit
78fe6d47ba
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ export default {
|
|||
},
|
||||
methods: {
|
||||
clickedOption(action) {
|
||||
this.$emit('action', action)
|
||||
this.$emit('action', { action })
|
||||
}
|
||||
},
|
||||
mounted() {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue