diff --git a/src/Codemirror.js b/src/Codemirror.js index b372f96..e965abe 100644 --- a/src/Codemirror.js +++ b/src/Codemirror.js @@ -15,6 +15,7 @@ const CodeMirror = createReactClass({ propTypes: { autoFocus: PropTypes.bool, className: PropTypes.any, + style: PropTypes.object, codeMirrorInstance: PropTypes.func, defaultValue: PropTypes.string, name: PropTypes.string, @@ -118,7 +119,7 @@ const CodeMirror = createReactClass({ this.props.className ); return ( -
+