mirror of
https://github.com/wassname/talk.git
synced 2026-09-12 13:01:11 +08:00
Passing the comment down until we reach the queryData
This commit is contained in:
@@ -36,7 +36,6 @@ class Editor extends React.Component {
|
||||
},
|
||||
});
|
||||
|
||||
console.log('comment', this.props.comment);
|
||||
// To edit comments and have the previous html comment
|
||||
if (this.props.comment && this.props.comment.richTextBody) {
|
||||
this.ref.content.innerHTML = this.props.comment.richTextBody;
|
||||
|
||||
Reference in New Issue
Block a user