Skip to content
Snippets Groups Projects
Commit 5059567e authored by jojohoch's avatar jojohoch
Browse files

[editor] Fix answer scheme for math field

parent 1bbd1bdf
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ export class MathFieldElement extends InputElement implements MathFieldPropertie ...@@ -48,7 +48,7 @@ export class MathFieldElement extends InputElement implements MathFieldPropertie
type: 'string', type: 'string',
format: 'latex', format: 'latex',
multiple: false, multiple: false,
nullable: !this.value && this.value !== '', nullable: false,
values: [], values: [],
valuesComplete: false 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