Skip to content

Commit

Permalink
Remove improperly added post-mount hook for selects
Browse files Browse the repository at this point in the history
  • Loading branch information
nhunzaker committed Apr 6, 2017
1 parent 559048f commit e863df8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/renderers/dom/stack/client/ReactDOMComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,6 @@ ReactDOMComponent.Mixin = {
}
break;
case 'select':
transaction.getReactMountReady().enqueue(inputPostMount, this);
if (props.autoFocus) {
transaction
.getReactMountReady()
Expand Down

0 comments on commit e863df8

Please sign in to comment.