Remove comments

pull/10616/head
Alex P 2017-05-17 16:18:10 -07:00
parent 774c3b9e2a
commit 4d29cf009f
1 changed files with 0 additions and 6 deletions

View File

@ -8,12 +8,6 @@ import {
DROPDOWN_MENU_ITEM_THRESHOLD,
} from 'shared/constants/index'
// State for index of highlighted item
// If there are filtered items, set highlighted item index to 0, otherwise set to null
// Arrow keys will increment or decrement the highlighted item index (without going out of bounds)
// Hitting enter will pass the highlighted item to this.props.onChoose
// Hitting escape will reset highlightedItemIndex to null
class Dropdown extends Component {
constructor(props) {
super(props)