mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-22 04:41:43 +03:00
Merge pull request #1044 from esteemapp/bugfix/comment-editing
Fixed comment editing issue
This commit is contained in:
commit
da3617eb9a
@ -415,7 +415,7 @@ class EditorContainer extends Component {
|
|||||||
this.setState({ isPostSending: true });
|
this.setState({ isPostSending: true });
|
||||||
const { tags, body, title } = fields;
|
const { tags, body, title } = fields;
|
||||||
const {
|
const {
|
||||||
body: oldBody,
|
markdownBody: oldBody,
|
||||||
parent_permlink: parentPermlink,
|
parent_permlink: parentPermlink,
|
||||||
permlink,
|
permlink,
|
||||||
json_metadata: jsonMetadata,
|
json_metadata: jsonMetadata,
|
||||||
|
Loading…
Reference in New Issue
Block a user