aboutsummaryrefslogtreecommitdiff
path: root/src/new_fields/documentSchemas.ts
diff options
context:
space:
mode:
authoryipstanley <stanley_yip@brown.edu>2019-11-10 17:01:45 -0500
committeryipstanley <stanley_yip@brown.edu>2019-11-10 17:01:45 -0500
commit0b19ecd4e65c30154a744085eb80b3b375acfe3e (patch)
treecf7f2c5ce19f9f3896b769db4b48c4963189f7e0 /src/new_fields/documentSchemas.ts
parent09aee20c101e91a5e582534d616b640a34493ac6 (diff)
some changes
Diffstat (limited to 'src/new_fields/documentSchemas.ts')
-rw-r--r--src/new_fields/documentSchemas.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/new_fields/documentSchemas.ts b/src/new_fields/documentSchemas.ts
index 0b28561bf..5bac56a01 100644
--- a/src/new_fields/documentSchemas.ts
+++ b/src/new_fields/documentSchemas.ts
@@ -43,7 +43,7 @@ export const documentSchema = createSchema({
isAnimating: "boolean", // whether the document is in the midst of animating between two layouts (used by icons to de/iconify documents).
animateToDimensions: listSpec("number"), // layout information about the target rectangle a document is animating towards
scrollToLinkID: "string", // id of link being traversed. allows this doc to scroll/highlight/etc its link anchor. scrollToLinkID should be set to undefined by this doc after it sets up its scroll,etc.
- strokeWidth: "number"
+ strokeWidth: "number",
});
export const positionSchema = createSchema({