Skip to content
Snippets Groups Projects
Commit 2fba4df4 authored by chris's avatar chris
Browse files

remove console log

parent 9fd8dd47
No related branches found
No related tags found
1 merge request!307Answer nodeview
......@@ -114,7 +114,6 @@ const EditorComponent = ({ node, view, getPos }) => {
),
);
context.updateView({}, questionId);
console.log(context.view.main.state.selection);
// Kludge to prevent issues due to the fact that the whole
// footnote is node-selected (and thus DOM-selected) when
// the parent editor is focused.
......
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