Skip to content

Commit

Permalink
Fixed bug where search help menu didn't open
Browse files Browse the repository at this point in the history
  • Loading branch information
jpellizzari committed Feb 13, 2017
1 parent 7b7d59a commit 8e601dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/app/scripts/components/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ class Search extends React.Component {
{!showPinnedSearches && <div className="search-hint">
{getHint(nodes)} <span
className="search-help-link fa fa-question-circle"
onClick={onClickHelp} />
onMouseDown={onClickHelp} />
</div>}
</div>
</div>
Expand Down

0 comments on commit 8e601dd

Please sign in to comment.