diff options
author | ab <abdullah_ahmed@brown.edu> | 2019-06-12 13:13:11 -0400 |
---|---|---|
committer | ab <abdullah_ahmed@brown.edu> | 2019-06-12 13:13:11 -0400 |
commit | f6bb5f269e04753669858e0994140984bc9d3915 (patch) | |
tree | 4650ef4b1b7ca0064e9cbf865f0e408b241ea177 | |
parent | 22306895d56bcd59f7e993dee570b9b0722bd35d (diff) |
todo
-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 70729c0d9..2c3fd8320 100644 --- a/src/client/util/RichTextSchema.tsx +++ b/src/client/util/RichTextSchema.tsx @@ -451,7 +451,7 @@ export class ImageResizeView { } export class SummarizedView { - // TODO: highlight + // TODO: highlight text that is summarized. to find end of region, walk along mark _collapsed: HTMLElement; constructor(node: any, view: any, getPos: any) { this._collapsed = document.createElement("span"); |