When selecting filter, deselect events

This commit is contained in:
Lachlan Kermode
2022-03-06 20:07:18 -05:00
parent 4113c04830
commit 88a5d2b5b4
2 changed files with 3 additions and 1 deletions

View File

@@ -71,6 +71,7 @@ class Toolbar extends React.Component {
this.props.actions.updateColoringSet(updatedColoringSet);
}
this.props.methods.onSelectFilter(matchingKeys);
this.props.actions.updateSelected([]);
}
renderClosePanel() {

View File

@@ -1,6 +1,7 @@
.event-card {
box-sizing: border-box;
margin: 2px 0;
border: 1px solid black;
margin: 0;
padding: 15px;
transition: 0.2 ease;
background: $midwhite;