mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-06-28 03:30:37 +02:00
Update TOC to not close when clicking on it
This commit is contained in:
parent
4229cb7fb6
commit
6dc5b58d8e
2 changed files with 13 additions and 9 deletions
|
@ -68,7 +68,7 @@ export default {
|
|||
methods: {
|
||||
clear() {
|
||||
this.inputValue = ''
|
||||
this.$emit('submit')
|
||||
this.$emit('clear')
|
||||
},
|
||||
focused() {
|
||||
this.isFocused = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue