diff --git a/editors/demo/src/HHMI/MultipleChoiceQuestionService/components/QuestionComponent.js b/editors/demo/src/HHMI/MultipleChoiceQuestionService/components/QuestionComponent.js index a31255fefd391f3b24bfcf540f28c9ebc0972437..04803bad344cc29783f668ca036ee7777040dad0 100644 --- a/editors/demo/src/HHMI/MultipleChoiceQuestionService/components/QuestionComponent.js +++ b/editors/demo/src/HHMI/MultipleChoiceQuestionService/components/QuestionComponent.js @@ -111,7 +111,7 @@ export default ({ node, view, getPos }) => { // create Empty Paragraph setTimeout(() => { helpers.createEmptyParagraph(context, newAnswerId); - }, 30); + }, 80); } } });