From 0f12905b83b5cebae242a2ebaef044855b698cba Mon Sep 17 00:00:00 2001 From: Mustafa Buyukcelebi Date: Tue, 13 Aug 2019 13:26:59 +0300 Subject: [PATCH] Fixed comment editing issue --- src/screens/editor/container/editorContainer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/screens/editor/container/editorContainer.js b/src/screens/editor/container/editorContainer.js index b21cd52e4..11ae91520 100644 --- a/src/screens/editor/container/editorContainer.js +++ b/src/screens/editor/container/editorContainer.js @@ -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,