mirror of
https://github.com/tenrok/vue-select.git
synced 2026-05-23 03:54:04 +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