Skip to content
Snippets Groups Projects
Commit 6de21c59 authored by Christos's avatar Christos
Browse files

Merge branch 'comment-fix' into 'master'

comment fix

See merge request !187
parents 7e3efd5e 3381928a
No related branches found
No related tags found
1 merge request!187comment fix
......@@ -131,8 +131,7 @@ const createComment = (state, dispatch, group, viewid) => {
}
});
createCommentOnFootnote(state, dispatch, group, viewid);
if (footnote) return;
if (footnote) return createCommentOnFootnote(state, dispatch, group, viewid);
toggleMark(state.config.schema.marks.comment, {
id: uuidv4(),
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment