Merge branch 'main' of github.com:hackku22/Mathy
This commit is contained in:
commit
fbf3dc5dae
@ -548,6 +548,7 @@ onMounted(() => {
|
|||||||
</q-dialog>
|
</q-dialog>
|
||||||
|
|
||||||
<q-dialog v-model="newChartModalOpen">
|
<q-dialog v-model="newChartModalOpen">
|
||||||
|
<!-- // @ts-ignore -->
|
||||||
<RangeChartEditor :page="math" v-on:save="c => saveNewChartBox(c)" />
|
<RangeChartEditor :page="math" v-on:save="c => saveNewChartBox(c)" />
|
||||||
</q-dialog>
|
</q-dialog>
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ import {EvaluationResult, hasOwnProperty, Maybe, StatementID, VariableName} from
|
|||||||
*/
|
*/
|
||||||
export class MathPage {
|
export class MathPage {
|
||||||
/** The statements on the page. */
|
/** The statements on the page. */
|
||||||
protected statements: Record<StatementID, MathStatement> = {}
|
statements: Record<StatementID, MathStatement> = {}
|
||||||
|
|
||||||
static deserialize(vals: [string, [StatementID, string, number, number][]]) {
|
static deserialize(vals: [string, [StatementID, string, number, number][]]) {
|
||||||
const inst = new this(vals[0])
|
const inst = new this(vals[0])
|
||||||
|
Loading…
Reference in New Issue
Block a user