Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
chore: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
nLight authored Feb 18, 2019
1 parent d507705 commit 7b6e211
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Form/FieldInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ class FieldInput extends Util.mixin(BindMixin) {

const inputNode = ReactDOM.findDOMNode(this.inputElementRef.current);

if(inputNode) {
ReactDOM.findDOMNode(this.inputElementRef.current).blur();
if (inputNode) {
inputNode.blur();
}
}
}
Expand Down

0 comments on commit 7b6e211

Please sign in to comment.