aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DocumentView.tsx
diff options
context:
space:
mode:
authorMelissa Zhang <mzhang19096@gmail.com>2020-07-06 23:41:34 -0700
committerMelissa Zhang <mzhang19096@gmail.com>2020-07-06 23:41:34 -0700
commitfbc7a328016af60052dd3f33c2d906e6c6447a5f (patch)
treef7b5e4cf40a72a0024079ec7628bbe70a6a019b9 /src/client/views/nodes/DocumentView.tsx
parent2e1284512f6f302673874ef3c368bdc50735f2a6 (diff)
set up linking for hypothesis annotations
Diffstat (limited to 'src/client/views/nodes/DocumentView.tsx')
-rw-r--r--src/client/views/nodes/DocumentView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/DocumentView.tsx b/src/client/views/nodes/DocumentView.tsx
index f42b72dbd..128a56c19 100644
--- a/src/client/views/nodes/DocumentView.tsx
+++ b/src/client/views/nodes/DocumentView.tsx
@@ -776,7 +776,7 @@ export class DocumentView extends DocComponent<DocumentViewProps, Document>(Docu
cm.addItem({
description: "pretend we made an annotation", event: () => {
document.dispatchEvent(new CustomEvent("fakeLinkStarted", {
- detail: "hello this is fake",
+ detail: "fakefakefakeid",
bubbles: true
}));
}, icon: "eye"