Skip to content

Commit

Permalink
fix search bar (#415)
Browse files Browse the repository at this point in the history
* frontend: fix search functionality
  • Loading branch information
eh-am authored Sep 22, 2021
1 parent 0b17e11 commit 8f86341
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ class FlameGraphRenderer extends React.Component {

handleSearchChange = (e) => {
this.setState({
query: e
highlightQuery: e
});
// this.updateResetStyle();
};
Expand Down

0 comments on commit 8f86341

Please sign in to comment.