diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2020-06-14 01:03:36 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2020-06-14 01:03:36 -0400 |
| commit | 9300029e95dcb8406cd05ed57c9d86107df49547 (patch) | |
| tree | d2c6bf91ed47f84426bd16e103f0f0dc6798acbc /src/client/views/nodes/formattedText/marks_rts.ts | |
| parent | e2423815ef608f35fdb9c1625d7de0bf5a5fe206 (diff) | |
lint/compile fixes. fixed entering/display of formulas in schema views.
Diffstat (limited to 'src/client/views/nodes/formattedText/marks_rts.ts')
| -rw-r--r-- | src/client/views/nodes/formattedText/marks_rts.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/formattedText/marks_rts.ts b/src/client/views/nodes/formattedText/marks_rts.ts index 9c279a88f..c735155d8 100644 --- a/src/client/views/nodes/formattedText/marks_rts.ts +++ b/src/client/views/nodes/formattedText/marks_rts.ts @@ -49,7 +49,7 @@ export const marks: { [index: string]: MarkSpec } = { ["div", { class: "prosemirror-links" }, ...node.attrs.allHrefs.map((item: { href: string, title: string }) => ["a", { class: "prosemirror-dropdownlink", href: item.href }, item.title] )] - ] + ]; } }, |
