diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2020-07-14 14:20:53 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2020-07-14 14:20:53 -0400 |
commit | f6db7693e18e06c467a7136c591bd12a2cc96c7f (patch) | |
tree | 7eae96f074df324a87875859c24ea764d71332ae /src/fields/documentSchemas.ts | |
parent | fcc7d375deb197854367ec40691fe0e72fba74f5 (diff) |
fixed issues with creating & using scripting boxes by making scriptFields be a function, not value, prop
Diffstat (limited to 'src/fields/documentSchemas.ts')
-rw-r--r-- | src/fields/documentSchemas.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fields/documentSchemas.ts b/src/fields/documentSchemas.ts index 61a37ef8a..9dda644f3 100644 --- a/src/fields/documentSchemas.ts +++ b/src/fields/documentSchemas.ts @@ -3,7 +3,6 @@ import { ScriptField } from "./ScriptField"; import { Doc } from "./Doc"; import { DateField } from "./DateField"; import { SchemaHeaderField } from "./SchemaHeaderField"; -import { Schema } from "prosemirror-model"; export const documentSchema = createSchema({ // content properties |