Dont merge on github
This commit is contained in:
@ -73,9 +73,9 @@ type KeyData = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
onChange = (state: State) => {
|
onChange = (editorState: State) => {
|
||||||
if (this.editorState !== state) {
|
if (this.editorState !== editorState) {
|
||||||
this.props.onChange(Markdown.serialize(state));
|
this.props.onChange(Markdown.serialize(editorState));
|
||||||
}
|
}
|
||||||
|
|
||||||
this.editorState = editorState;
|
this.editorState = editorState;
|
||||||
|
Reference in New Issue
Block a user