mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-08 03:18:36 +03:00
When selecting filter, deselect events
This commit is contained in:
@@ -71,6 +71,7 @@ class Toolbar extends React.Component {
|
||||
this.props.actions.updateColoringSet(updatedColoringSet);
|
||||
}
|
||||
this.props.methods.onSelectFilter(matchingKeys);
|
||||
this.props.actions.updateSelected([]);
|
||||
}
|
||||
|
||||
renderClosePanel() {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user