Skip to content
Snippets Groups Projects
Commit 5722ad82 authored by jojohoch's avatar jojohoch
Browse files

[editor] Fix answer scheme for math area

parent 5059567e
No related branches found
Tags editor/2.3.0+player/2.3.0
No related merge requests found
......@@ -53,7 +53,7 @@ export class TextAreaMathElement extends InputElement implements TextAreaMathPro
type: 'string',
format: 'math-ml',
multiple: false,
nullable: !this.value && this.value !== '',
nullable: false,
values: [],
valuesComplete: false
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment