fixed unit test
This commit is contained in:
parent
3a9e8865a5
commit
d946403532
1 changed files with 2 additions and 2 deletions
|
@ -569,9 +569,9 @@
|
|||
handleInputMouseleave () {
|
||||
this.showClose = false;
|
||||
},
|
||||
handleIconClick (event) {
|
||||
handleIconClick (e) {
|
||||
if (this.showClose) {
|
||||
event.stopPropagation();
|
||||
if (e) e.stopPropagation();
|
||||
this.handleClear();
|
||||
} else if (!this.disabled) {
|
||||
this.handleFocus();
|
||||
|
|
Loading…
Add table
Reference in a new issue