Skip to content

Commit

Permalink
Fix Some input methods appear on the screen in English
Browse files Browse the repository at this point in the history
  • Loading branch information
stulip committed May 28, 2021
1 parent 30f5afd commit f91127b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/src/example.js
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ class Example extends React.Component {
initialHeight={400}
// containerStyle={{borderRadius: 24}}
placeholder={'please input content'}
// initialContentHTML={initHTML}
initialContentHTML={initHTML}
editorInitializedCallback={that.editorInitializedCallback}
onChange={that.handleChange}
onHeightChange={that.handleHeightChange}
Expand Down

0 comments on commit f91127b

Please sign in to comment.