diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2019-11-15 15:11:26 -0500 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2019-11-15 15:11:26 -0500 |
commit | 2ab22e64e9b95e6b76566c493ae90f5951475e72 (patch) | |
tree | b80952873761da2c2e800195d74a989f1cd89d8c /src/client/util/RichTextSchema.tsx | |
parent | 79c66275c60001e6d7aa997d9802ec0fed893205 (diff) |
fixed naming of 'marker' mark
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 0e8c9f14c..0a717dff1 100644 --- a/src/client/util/RichTextSchema.tsx +++ b/src/client/util/RichTextSchema.tsx @@ -326,7 +326,7 @@ export const marks: { [index: string]: MarkSpec } = { } }, - highlight2: { + marker: { attrs: { highlight: { default: "transparent" } }, |