diff options
author | Sam Wilkins <samwilkins333@gmail.com> | 2019-12-10 20:03:07 -0500 |
---|---|---|
committer | Sam Wilkins <samwilkins333@gmail.com> | 2019-12-10 20:03:07 -0500 |
commit | c17b200f6d0cb136851b798f280aba9b3862c337 (patch) | |
tree | ff517440354dfafe650a9f6542a32e7e2d161eb3 /src/client/util/RichTextSchema.tsx | |
parent | 853fbfb7a76cc81c2b4f47e094be159263c88a7a (diff) | |
parent | ca70b29bbb1818764b98196f8c28a1255a17965c (diff) |
Merge branches 'master' and 'master' of https://github.com/browngraphicslab/Dash-Web
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 f41846038..fac8f4027 100644 --- a/src/client/util/RichTextSchema.tsx +++ b/src/client/util/RichTextSchema.tsx @@ -302,7 +302,7 @@ export const marks: { [index: string]: MarkSpec } = { attrs: { color: { default: "#000" } }, - inclusive: false, + inclusive: true, parseDOM: [{ tag: "span", getAttrs(dom: any) { return { color: dom.getAttribute("color") }; |