2
0
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:
Adi Sahar
2017-11-22 22:53:39 +02:00
parent 503dd0117b
commit 0d5bc6fbdc
-1
View File
@@ -767,7 +767,6 @@
*/
onSearchBlur() {
if (this.mousedown) {
this.$refs.search.focus()
this.mousedown = false
} else {
if (this.clearSearchOnBlur) {