Skip to content
Snippets Groups Projects

Find and replace

Merged Christos requested to merge find-and-replace into master
Files
2
@@ -56,13 +56,6 @@ export default ({ comment, top, commentId, recalculateTops }) => {
}
const onClickPost = content => {
// TODO find out why on enter comment posts twice.
if (
comment.attrs.conversation.length !== 0 &&
last(comment.attrs.conversation).content === content
)
return;
const { tr } = state;
const obj = {