mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 21:33:40 +08:00
checking if acutal button is clicked
This commit is contained in:
parent
f00d747e87
commit
66c505756e
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ $(
|
|||
});
|
||||
}
|
||||
});
|
||||
} else {
|
||||
} else if ($(e.target).hasClass("button")) {
|
||||
if (e.shiftKey) {
|
||||
Object.keys(getGroup(group)).forEach((filter) => {
|
||||
filters[group][filter] = false;
|
||||
|
|
Loading…
Reference in a new issue