diff options
author | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-05-08 04:14:00 -0400 |
---|---|---|
committer | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-05-08 04:14:00 -0400 |
commit | 920b4ec7a51e88769940b619c1b90b230b353ccb (patch) | |
tree | c31a3d7e476e1fd5f31bc575d1fddf2336dd72b0 /src/fields/SchemaHeaderField.ts | |
parent | 1a8a370f67c3076d1b47c3bd8c3929d65badcfeb (diff) |
equation parser working in dash; need to fix auto-updating
Diffstat (limited to 'src/fields/SchemaHeaderField.ts')
-rw-r--r-- | src/fields/SchemaHeaderField.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fields/SchemaHeaderField.ts b/src/fields/SchemaHeaderField.ts index 0a8dd1d9e..6fa94204a 100644 --- a/src/fields/SchemaHeaderField.ts +++ b/src/fields/SchemaHeaderField.ts @@ -12,6 +12,7 @@ export enum ColumnType { Image, RTF, Enumeration, + Equation, Any, } |