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 da3617eb9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,