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:
@@ -969,9 +969,8 @@
|
||||
* @return {void}
|
||||
*/
|
||||
onSearchBlur() {
|
||||
if(this.mousedown){
|
||||
this.mousedown = false
|
||||
}
|
||||
|
||||
this.mousedown = false
|
||||
if (this.clearSearchOnBlur) {
|
||||
this.search = ''
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user