diff options
author | bobzel <zzzman@gmail.com> | 2021-08-25 11:53:50 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-08-25 11:53:50 -0400 |
commit | 2790d5b6c374ca24e7307b03f1fd72be7172b033 (patch) | |
tree | 3884525c8027fbba467258df884143779db3ee94 /src/client/views/nodes/formattedText/FormattedTextBox.tsx | |
parent | fe818efd80e649b841009b69841b176cee4c5c8c (diff) | |
parent | d88db8300f400e89d50fb42ee8d9186e147c61e7 (diff) |
Merge branch 'master' of https://github.com/brown-dash/Dash-Web
Diffstat (limited to 'src/client/views/nodes/formattedText/FormattedTextBox.tsx')
-rw-r--r-- | src/client/views/nodes/formattedText/FormattedTextBox.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/formattedText/FormattedTextBox.tsx b/src/client/views/nodes/formattedText/FormattedTextBox.tsx index b0b8ce75d..d1027dfd7 100644 --- a/src/client/views/nodes/formattedText/FormattedTextBox.tsx +++ b/src/client/views/nodes/formattedText/FormattedTextBox.tsx @@ -217,6 +217,7 @@ export class FormattedTextBox extends ViewBoxAnnotatableComponent<(FieldViewProp this._editorView?.state && RichTextMenu.Instance.insertHighlight(color, this._editorView.state, this._editorView?.dispatch); return undefined; }); + AnchorMenu.Instance.onMakeAnchor = this.getAnchor; /** * This function is used by the PDFmenu to create an anchor highlight and a new linked text annotation. * It also initiates a Drag/Drop interaction to place the text annotation. |