aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/RichTextSchema.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2019-09-23 13:30:11 -0400
committerGitHub <noreply@github.com>2019-09-23 13:30:11 -0400
commit87407e68556db6f0c8641baf6b6d6dba98e4bbc5 (patch)
tree6c41e6f5be3645060e6515f0ffc531c2585e2d6e /src/client/util/RichTextSchema.tsx
parentc2dff9d46071952c6fca450952bcb0952a9bba86 (diff)
parent910a3de2c294b1f5e074eef3cbfe043462ef22dd (diff)
Merge pull request #281 from browngraphicslab/doc_deco_claire
Automatically scroll to target when following a link to a text region (#268)
Diffstat (limited to 'src/client/util/RichTextSchema.tsx')
-rw-r--r--src/client/util/RichTextSchema.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/util/RichTextSchema.tsx b/src/client/util/RichTextSchema.tsx
index ba4b92a25..9d5ccffe9 100644
--- a/src/client/util/RichTextSchema.tsx
+++ b/src/client/util/RichTextSchema.tsx
@@ -253,7 +253,7 @@ export const marks: { [index: string]: MarkSpec } = {
href: {},
location: { default: null },
title: { 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: [{