diff --git a/src/pages/Editor.vue b/src/pages/Editor.vue index 9e6b801..ffbd8a2 100644 --- a/src/pages/Editor.vue +++ b/src/pages/Editor.vue @@ -548,6 +548,7 @@ onMounted(() => { + diff --git a/src/support/page.ts b/src/support/page.ts index 8300db1..f15b753 100644 --- a/src/support/page.ts +++ b/src/support/page.ts @@ -9,7 +9,7 @@ import {EvaluationResult, hasOwnProperty, Maybe, StatementID, VariableName} from */ export class MathPage { /** The statements on the page. */ - protected statements: Record = {} + statements: Record = {} static deserialize(vals: [string, [StatementID, string, number, number][]]) { const inst = new this(vals[0])