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:
@@ -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 = ''
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user