Skip to content
Snippets Groups Projects
Commit 8dbabe0b authored by chris's avatar chris
Browse files

fix placeholder

parent 84b8024d
No related branches found
No related tags found
1 merge request!475Essay question
...@@ -109,7 +109,7 @@ class EssayQuestion extends Tools { ...@@ -109,7 +109,7 @@ class EssayQuestion extends Tools {
createEmptyParagraph(context, essayAnswer.attrs.id); createEmptyParagraph(context, essayAnswer.attrs.id);
createEmptyParagraph(context, essayPrompt.attrs.id); createEmptyParagraph(context, essayPrompt.attrs.id);
createEmptyParagraph(context, essayQuestion.attrs.id); createEmptyParagraph(context, essayQuestion.attrs.id);
}, 50); }, 150);
}; };
} }
......
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