Comparing version 0.2.29 to 0.2.30
@@ -179,6 +179,6 @@ 'use strict'; | ||
if (this.state.codeMirrorMode) { | ||
return React.createElement('div', { ref: 'textBox' }); | ||
return React.createElement('div', { ref: 'textBox', 'class': 'internal-text-wrapper' }); | ||
} else { | ||
var html = this.state.translator.toHtml(this.state.value); | ||
return React.createElement('div', { ref: 'textBox', dangerouslySetInnerHTML: { __html: html } }); | ||
return React.createElement('div', { ref: 'textBox', 'class': 'internal-text-wrapper', dangerouslySetInnerHTML: { __html: html } }); | ||
} | ||
@@ -185,0 +185,0 @@ }, |
{ | ||
"name": "formatic", | ||
"version": "0.2.29", | ||
"version": "0.2.30", | ||
"description": "Automatic, pluggable form generation", | ||
@@ -5,0 +5,0 @@ "main": "./build/lib/formatic", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
744055
10078