2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-22 10:30:34 +03:00

Removed useless if statement (#703)

This commit is contained in:
Marek Meyer
2018-11-15 16:58:55 +01:00
committed by Marek Meyer
parent a039a00c4f
commit 3d6d097125
+2 -3
View File
@@ -969,9 +969,8 @@
* @return {void} * @return {void}
*/ */
onSearchBlur() { onSearchBlur() {
if(this.mousedown){
this.mousedown = false this.mousedown = false
}
if (this.clearSearchOnBlur) { if (this.clearSearchOnBlur) {
this.search = '' this.search = ''
} }