Skip to content

Commit

Permalink
Lint error fixes from previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nmoore93 authored Mar 27, 2018
1 parent 6f6e29d commit 0e9ed9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Suggestions.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ class Suggestions extends React.Component {
e.preventDefault()
this.props.addTag(item)
}

handleListMouseDown (e) {
// Fix for clicking scroll bars casuing the suggestions drop down to close
e.preventDefault();
e.preventDefault()
}

render () {
Expand Down

0 comments on commit 0e9ed9f

Please sign in to comment.