Skip to content

Commit

Permalink
Persist note highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Gramigna committed Oct 1, 2018
1 parent 12a539b commit ad9bec6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/patientControl/PatientSearch.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ class PatientSearch extends React.Component {
suggestion.onClick(suggestion);
}

this.setState({ previousSuggestion: null });
this.refs.autosuggest.input.blur();
}

Expand Down

0 comments on commit ad9bec6

Please sign in to comment.