mirror of
https://github.com/ecency/ecency-mobile.git
synced 2025-01-04 20:15:51 +03:00
fixed edit post issue
This commit is contained in:
parent
d236ce4190
commit
9016d3e6a9
@ -90,7 +90,7 @@ class EditorContainer extends Component {
|
|||||||
this.setState(
|
this.setState(
|
||||||
{
|
{
|
||||||
isEdit,
|
isEdit,
|
||||||
draftPost: { title: post.title, tags: post.json_metadata.tags },
|
draftPost: { title: post.title, body: post.body, tags: post.json_metadata.tags },
|
||||||
},
|
},
|
||||||
() => {
|
() => {
|
||||||
this._getPurePost(post.author, post.permlink);
|
this._getPurePost(post.author, post.permlink);
|
||||||
|
Loading…
Reference in New Issue
Block a user