diff options
author | bob <bcz@cs.brown.edu> | 2019-09-23 13:27:38 -0400 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-09-23 13:27:38 -0400 |
commit | 9fbdb0088bb42235bb530602c5275e015f2609bd (patch) | |
tree | 99de655f052bb939cc4233f8bdace29e2e228fed /src/client/util/RichTextSchema.tsx | |
parent | 81551fad8582129bc05581cdd132cada5e9f23db (diff) |
restructured link following to text regions
Diffstat (limited to 'src/client/util/RichTextSchema.tsx')
-rw-r--r-- | src/client/util/RichTextSchema.tsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client/util/RichTextSchema.tsx b/src/client/util/RichTextSchema.tsx index ea31671ac..9d5ccffe9 100644 --- a/src/client/util/RichTextSchema.tsx +++ b/src/client/util/RichTextSchema.tsx @@ -253,8 +253,7 @@ export const marks: { [index: string]: MarkSpec } = { href: {}, location: { default: null }, title: { default: null }, - guid: { default: null }, - docref: { default: false } + docref: { default: false } // flags whether the linked text comes from a document within Dash. If so, an attribution label is appended after the text }, inclusive: false, parseDOM: [{ |