diff options
| author | bobzel <zzzman@gmail.com> | 2022-04-28 12:13:44 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2022-04-28 12:13:44 -0400 |
| commit | 59a22f3a007b201e68ac2f3e1d62e0ca5e66488a (patch) | |
| tree | 37ecac13872202fbf5872f27163c69e6c7e565a0 /src/client/views/SidebarAnnos.tsx | |
| parent | 778432158e5f0bcdcb2e68ff6872a5c9335ef3af (diff) | |
fixed feedback dragging link button. fixed warnings. added some assymetric linkRelationships.
Diffstat (limited to 'src/client/views/SidebarAnnos.tsx')
| -rw-r--r-- | src/client/views/SidebarAnnos.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/SidebarAnnos.tsx b/src/client/views/SidebarAnnos.tsx index 43a02d029..04c0565ea 100644 --- a/src/client/views/SidebarAnnos.tsx +++ b/src/client/views/SidebarAnnos.tsx @@ -61,7 +61,7 @@ export class SidebarAnnos extends React.Component<FieldViewProps & ExtraProps> { FormattedTextBox.SelectOnLoad = target[Id]; FormattedTextBox.DontSelectInitialText = true; this.allMetadata.map(tag => target[tag] = tag); - DocUtils.MakeLink({ doc: anchor }, { doc: target }, "inline markup"); + DocUtils.MakeLink({ doc: anchor }, { doc: target }, "inline comment:comment on"); this.addDocument(target); this._stackRef.current?.focusDocument(target); } |
