aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/client/util/RichTextSchema.tsx2
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");