Comparing version 0.3.59 to 0.3.60
@@ -165,2 +165,6 @@ 'use strict'; | ||
onBlur: function onBlur() { | ||
if (this.isDebouncingCodeMirrorChange) { | ||
this.onChangeAndTagCodeMirror(); | ||
this.isDebouncingCodeMirrorChange = false; | ||
} | ||
this.setState({ hasFocus: false }); | ||
@@ -395,4 +399,6 @@ this.props.onBlur(); | ||
this.debounceCodeMirrorChange = _.debounce(function () { | ||
_this4.isDebouncingCodeMirrorChange = false; | ||
_this4.onChangeAndTagCodeMirror(); | ||
if (_this4.isDebouncingCodeMirrorChange) { | ||
_this4.isDebouncingCodeMirrorChange = false; | ||
_this4.onChangeAndTagCodeMirror(); | ||
} | ||
}, 200); | ||
@@ -399,0 +405,0 @@ } |
{ | ||
"name": "formatic", | ||
"version": "0.3.59", | ||
"version": "0.3.60", | ||
"description": "Automatic, pluggable form generation", | ||
@@ -24,5 +24,6 @@ "main": "./build/lib/formatic", | ||
"babel-cli": "^6.11.4", | ||
"babel-core": "^6.14.0", | ||
"babel-eslint": "^4.0.5", | ||
"babel-jest": "^14.1.0", | ||
"babel-loader": "^5.3.2", | ||
"babel-loader": "^6.2.5", | ||
"babel-preset-es2015": "^6.13.2", | ||
@@ -29,0 +30,0 @@ "babel-preset-react": "^6.11.1", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
207390
5857
40