2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-17 02:29:37 +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}
*/
onSearchBlur() {
if(this.mousedown){
this.mousedown = false
}
this.mousedown = false
if (this.clearSearchOnBlur) {
this.search = ''
}