From 473551f9d7e7a039ad8fd766d197aa8c93653cef Mon Sep 17 00:00:00 2001
From: chris <kokosias@yahoo.gr>
Date: Wed, 22 Sep 2021 18:40:13 +0300
Subject: [PATCH] fix

---
 .../components/QuestionComponent.js                             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/editors/demo/src/HHMI/MultipleChoiceQuestionService/components/QuestionComponent.js b/editors/demo/src/HHMI/MultipleChoiceQuestionService/components/QuestionComponent.js
index 04803bad3..1171dac4e 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);
         }
       }
     });
-- 
GitLab