Merge pull request #1044 from esteemapp/bugfix/comment-editing

Fixed comment editing issue
This commit is contained in:
Mustafa Buyukcelebi 2019-08-13 13:29:11 +03:00 committed by GitHub
commit c2b5010255

View File

@ -415,7 +415,7 @@ class EditorContainer extends Component {
this.setState({ isPostSending: true });
const { tags, body, title } = fields;
const {
body: oldBody,
markdownBody: oldBody,
parent_permlink: parentPermlink,
permlink,
json_metadata: jsonMetadata,