File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,13 @@ export default class RichTextEditor extends Component {
2222 customCSS : PropTypes . string ,
2323 hiddenTitle : PropTypes . bool ,
2424 enableOnChange : PropTypes . bool ,
25- footerHeight : PropTypes . number
25+ footerHeight : PropTypes . number ,
26+ contentInset : PropTypes . object
27+ } ;
28+
29+ static defaultProps = {
30+ contentInset : { } ,
31+ style : { }
2632 } ;
2733
2834 constructor ( props ) {
@@ -647,4 +653,4 @@ const styles = StyleSheet.create({
647653 marginRight : - 20 ,
648654 marginTop : 20
649655 }
650- } ) ;
656+ } ) ;
Original file line number Diff line number Diff line change 17471747 <!-- ZSSRichTextEditor Editable Content -->
17481748 < div id ="zss_editor_title " class ="zss_editor_title " contenteditable ="true " placeholder ="" disableLineBreaks ="true "> </ div >
17491749 < div id ="separatorContainer "> < hr > </ div >
1750- < div id ="zss_editor_content " class ="zs_editor_content " contenteditable ="true " placeholder =""> </ div >
1750+ < div id ="zss_editor_content " class ="zss_editor_content " contenteditable ="true " placeholder =""> </ div >
17511751 < div id ="zss_editor_footer "> </ div >
17521752 </ body >
1753- </ html >
1753+ </ html >
You can’t perform that action at this time.
0 commit comments