diff options
author | bobzel <zzzman@gmail.com> | 2021-08-06 10:34:57 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-08-06 10:34:57 -0400 |
commit | d756ffd3daa24270361648454062e98f190ae964 (patch) | |
tree | 483340406733fd34ff0a92115e7936ef28e2366c /src/client/views/nodes/formattedText/FormattedTextBox.tsx | |
parent | b25921a0cbdb431726e7089fabdd08fe43c6b3de (diff) |
fixed webboxes so that you can link to an annotation and it will restore the url as well. a bunch of warnings cleanup.
Diffstat (limited to 'src/client/views/nodes/formattedText/FormattedTextBox.tsx')
-rw-r--r-- | src/client/views/nodes/formattedText/FormattedTextBox.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/formattedText/FormattedTextBox.tsx b/src/client/views/nodes/formattedText/FormattedTextBox.tsx index e5c36ea71..edd7177de 100644 --- a/src/client/views/nodes/formattedText/FormattedTextBox.tsx +++ b/src/client/views/nodes/formattedText/FormattedTextBox.tsx @@ -215,7 +215,6 @@ export class FormattedTextBox extends ViewBoxAnnotatableComponent<(FieldViewProp AnchorMenu.Instance.Status = "marquee"; AnchorMenu.Instance.Highlight = action((color: string, isLinkButton: boolean) => { this._editorView?.state && RichTextMenu.Instance.insertHighlight(color, this._editorView.state, this._editorView?.dispatch); - console.log("highlight") return undefined; }); /** |