diff options
| author | Geireann <60007097+geireann@users.noreply.github.com> | 2022-02-15 16:50:51 -0500 |
|---|---|---|
| committer | Geireann <60007097+geireann@users.noreply.github.com> | 2022-02-15 16:50:51 -0500 |
| commit | a299d1766aa7f4bf3e6bbc3032a39b6b5ae28b4b (patch) | |
| tree | d779e11c0197d259ba5988f34a29a5b48d92547d /src | |
| parent | 873dac83d1c5b031878c469e0eb68e0d1dd43177 (diff) | |
make link anchor
Diffstat (limited to 'src')
| -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 311d52afa..a47395771 100644 --- a/src/client/views/nodes/formattedText/FormattedTextBox.tsx +++ b/src/client/views/nodes/formattedText/FormattedTextBox.tsx @@ -726,6 +726,7 @@ export class FormattedTextBox extends ViewBoxAnnotatableComponent<(FieldViewProp } } + // TODO: nda -- Look at how link anchors are added makeLinkAnchor(anchorDoc?: Doc, location?: string, targetHref?: string, title?: string) { const state = this._editorView?.state; if (state) { |
