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