mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-05-18 01:15:31 +02:00
Revert blur-sm events to blur
This commit is contained in:
parent
f88e40ea3e
commit
8d0676b780
@ -32,7 +32,7 @@ export default {
|
||||
this.$emit('focus')
|
||||
},
|
||||
blurred() {
|
||||
this.$emit('blur-sm')
|
||||
this.$emit('blur')
|
||||
},
|
||||
change(e) {
|
||||
this.$emit('change', e.target.value)
|
||||
|
@ -106,7 +106,7 @@ export default {
|
||||
this.inputValue = this.inputValue.trim()
|
||||
}
|
||||
this.isFocused = false
|
||||
this.$emit('blur-sm')
|
||||
this.$emit('blur')
|
||||
},
|
||||
|
||||
change(e) {
|
||||
|
@ -55,7 +55,7 @@ export default {
|
||||
}
|
||||
},
|
||||
inputBlurred() {
|
||||
this.$emit('blur-sm')
|
||||
this.$emit('blur')
|
||||
}
|
||||
},
|
||||
mounted() {}
|
||||
|
Loading…
Reference in New Issue
Block a user