Skip to content

Commit 3d6d097

Browse files
committed
Removed useless if statement (sagalbot#703)
1 parent a039a00 commit 3d6d097

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/components/Select.vue

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -969,9 +969,8 @@
969969
* @return {void}
970970
*/
971971
onSearchBlur() {
972-
if(this.mousedown){
973-
this.mousedown = false
974-
}
972+
973+
this.mousedown = false
975974
if (this.clearSearchOnBlur) {
976975
this.search = ''
977976
}

0 commit comments

Comments
 (0)