Skip to content
Snippets Groups Projects

Find and replace

Merged Christos requested to merge find-and-replace into master
8 files
+ 16
10
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -128,10 +128,12 @@ export default ({ comment, top, commentId, recalculateTops }) => {
// onClickPost(content);
// }
if (comment.attrs.conversation.length === 0 && isNewComment) {
onClickResolve();
activeView.focus();
}
setTimeout(() => {
if (comment.attrs.conversation.length === 0 && isNewComment) {
onClickResolve();
activeView.focus();
}
}, 200);
};
const MemorizedComponent = useMemo(