checking if acutal button is clicked

This commit is contained in:
Jack 2021-04-23 00:25:45 +01:00
parent f00d747e87
commit 66c505756e

View file

@ -334,7 +334,7 @@ $(
});
}
});
} else {
} else if ($(e.target).hasClass("button")) {
if (e.shiftKey) {
Object.keys(getGroup(group)).forEach((filter) => {
filters[group][filter] = false;