From 2fba4df41ac6588fcd2a3d5d13b822a3961152ae Mon Sep 17 00:00:00 2001 From: chris <kokosias@yahoo.gr> Date: Thu, 2 Sep 2021 14:49:16 +0300 Subject: [PATCH] remove console log --- .../MultipleChoiceQuestionService/components/EditorComponent.js | 1 - 1 file changed, 1 deletion(-) diff --git a/editors/demo/src/HHMI/MultipleChoiceQuestionService/components/EditorComponent.js b/editors/demo/src/HHMI/MultipleChoiceQuestionService/components/EditorComponent.js index c579e50c9..a7f6a6eab 100644 --- a/editors/demo/src/HHMI/MultipleChoiceQuestionService/components/EditorComponent.js +++ b/editors/demo/src/HHMI/MultipleChoiceQuestionService/components/EditorComponent.js @@ -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. -- GitLab