diff options
author | bob <bcz@cs.brown.edu> | 2019-08-29 10:09:03 -0400 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-08-29 10:09:03 -0400 |
commit | 1079d90c5d6752a0a2c06a25d42c1192cb433ed3 (patch) | |
tree | 90cd742a7fad5bbf866896c9ebefa1875b1d7153 /src/client/util/RichTextSchema.tsx | |
parent | 18cc66aaa90c5054268eac9520a963867c0c2f8e (diff) |
made text author tooltip interactive.
Diffstat (limited to 'src/client/util/RichTextSchema.tsx')
-rw-r--r-- | src/client/util/RichTextSchema.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/util/RichTextSchema.tsx b/src/client/util/RichTextSchema.tsx index ee0c0870a..f8da98f17 100644 --- a/src/client/util/RichTextSchema.tsx +++ b/src/client/util/RichTextSchema.tsx @@ -335,7 +335,7 @@ export const marks: { [index: string]: MarkSpec } = { attrs: { userid: { default: "" }, hide_users: { default: [] }, - opened: { default: false } + opened: { default: true } }, group: "inline", inclusive: false, |