diff options
author | bobzel <zzzman@gmail.com> | 2020-09-29 21:14:14 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-09-29 21:14:14 -0400 |
commit | 4ad3bc88a4dfc22173b1d625b1f74a715d0b6454 (patch) | |
tree | 611fab29ee6b457dc192e26a979859f32da37424 | |
parent | f6d6d9426b9a27c59278e8b04d27f1435c8b57ea (diff) |
from last
-rw-r--r-- | src/client/views/linking/LinkMenuItem.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/linking/LinkMenuItem.tsx b/src/client/views/linking/LinkMenuItem.tsx index 62a2a525b..055cc8d26 100644 --- a/src/client/views/linking/LinkMenuItem.tsx +++ b/src/client/views/linking/LinkMenuItem.tsx @@ -186,7 +186,7 @@ export class LinkMenuItem extends React.Component<LinkMenuItemProps> { addDocTab(annotationOn instanceof Doc ? annotationOn : destinationDoc, StrCast(linkDoc.followLinkLocation)); if (annotationOn) { setTimeout(() => { - const dv = DocumentManager.Instance.getFirstDocumentView(destinationDoc); \ + const dv = DocumentManager.Instance.getFirstDocumentView(destinationDoc); dv?.props.focus(destinationDoc, false); }); } |