Skip to content

Commit

Permalink
fix(list): Removed merge conflict additions
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiomkar committed Jan 7, 2019
1 parent 1bfa55c commit 20d069e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/mdc-list/foundation.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,11 +229,6 @@ class MDCListFoundation extends MDCFoundation {
if (evt.target.tagName === 'A' && isEnter) return;
this.preventDefaultEvent_(evt);

const hasCheckboxOrRadio = this.hasCheckboxOrRadioAtIndex_(listItemIndex);
if (hasCheckboxOrRadio) {
this.toggleCheckboxOrRadioAtIndex_(listItemIndex);
}

if (this.isSelectableList_()) {
this.setSelectedIndexOnAction_(currentIndex);
}
Expand Down

0 comments on commit 20d069e

Please sign in to comment.