Linting
parent
e5aebec4d6
commit
ddd0b8092c
|
@ -242,7 +242,7 @@ export default {
|
||||||
if (this.disabled) {
|
if (this.disabled) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (DomHandler.hasClass(event.target, 'p-dropdown-clear-icon')) {
|
if (DomHandler.hasClass(event.target, 'p-dropdown-clear-icon')) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue