Skip to content

Commit

Permalink
Merge pull request #469 from shopgate/PWA-1452-Corrected-issue-where-…
Browse files Browse the repository at this point in the history
…Login-inputs-are-reset-when-blurred

Corrected issue where login inputs are reset when blurred
  • Loading branch information
fkloes committed Dec 11, 2018
2 parents 398b8fa + 224fc04 commit 246fd08
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,6 @@ class ViewContent extends Component {
this.props.setContentRef(this.ref);
}

/**
* @param {Object} nextprops The next component props.
* @param {Object} nextState The next component state.
* @returns {boolean}
*/
shouldComponentUpdate(nextprops, nextState) {
return this.state.keyboardHeight !== nextState.keyboardHeight;
}

/**
* Removes the keyboardWillChange listener.
*/
Expand Down

0 comments on commit 246fd08

Please sign in to comment.