Add clear filters option

This commit is contained in:
Cagatay Civici 2021-02-06 16:20:12 +03:00
parent cc11c9d460
commit 31331f99a2
3 changed files with 36 additions and 29 deletions

View file

@ -170,7 +170,7 @@ export default {
this.resizeListener = null;
}
},
isTargetClicked() {
isTargetClicked(event) {
return this.target && (this.target === event.target || this.target.contains(event.target));
},
appendContainer() {