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() {