mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-22 10:30:34 +03:00
Remove redundant focus statement
This commit is contained in:
@@ -767,7 +767,6 @@
|
||||
*/
|
||||
onSearchBlur() {
|
||||
if (this.mousedown) {
|
||||
this.$refs.search.focus()
|
||||
this.mousedown = false
|
||||
} else {
|
||||
if (this.clearSearchOnBlur) {
|
||||
|
||||
Reference in New Issue
Block a user