mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-06-27 03:09:43 +02:00
Update:Editing series on book in edit modal sets focus to first available input #889
This commit is contained in:
parent
8810f90226
commit
87d1f457ba
4 changed files with 32 additions and 2 deletions
|
@ -80,6 +80,9 @@ export default {
|
|||
blur() {
|
||||
if (this.$refs.input) this.$refs.input.blur()
|
||||
},
|
||||
setFocus() {
|
||||
if (this.$refs.input) this.$refs.input.focus()
|
||||
},
|
||||
mouseover() {
|
||||
this.isHovering = true
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue