mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-16 10:07:49 +02:00
Revert blur-sm events to blur
This commit is contained in:
@ -106,7 +106,7 @@ export default {
|
||||
this.inputValue = this.inputValue.trim()
|
||||
}
|
||||
this.isFocused = false
|
||||
this.$emit('blur-sm')
|
||||
this.$emit('blur')
|
||||
},
|
||||
|
||||
change(e) {
|
||||
|
Reference in New Issue
Block a user