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

[editor] Fix answer scheme for math table

parent c4178e69
No related branches found
No related tags found
No related merge requests found
...@@ -71,8 +71,8 @@ export class MathTableElement extends UIElement implements MathTableProperties { ...@@ -71,8 +71,8 @@ export class MathTableElement extends UIElement implements MathTableProperties {
format: 'math-table', format: 'math-table',
multiple: false, multiple: false,
nullable: false, nullable: false,
values: [], // TODO: list of all possibilities? values: [],
valuesComplete: this.operation !== 'multiplication' 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