diff --git a/editors/demo/src/HHMI/MultipleChoiceQuestionService/components/QuestionComponent.js b/editors/demo/src/HHMI/MultipleChoiceQuestionService/components/QuestionComponent.js index 04803bad344cc29783f668ca036ee7777040dad0..1171dac4ea35ce9edc569b500c37cf75a740676e 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); - }, 80); + }, 120); } } });