diff options
author | Melissa Zhang <mzhang19096@gmail.com> | 2020-07-10 13:31:13 -0700 |
---|---|---|
committer | Melissa Zhang <mzhang19096@gmail.com> | 2020-07-10 13:31:13 -0700 |
commit | 4f16c24aa5221db8670fa69b7f7bee0f897fb203 (patch) | |
tree | 4b0398fea2e36ee8ae89ab8ba138d3dd8710b638 /src/client/views/MainView.tsx | |
parent | a721dabf0432286f60bd33bef8a80159b04b6e53 (diff) |
automatically starts link when an annotation is created
Diffstat (limited to 'src/client/views/MainView.tsx')
-rw-r--r-- | src/client/views/MainView.tsx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx index cf1129895..81195b550 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -111,10 +111,6 @@ export class MainView extends React.Component { } }); }); - // document.addEventListener("linkComplete", (e: any) => { // event used by Hypothes.is plugin to tell Dash when an annotation has been linked - // const annotatedUrl = e.details; - // console.log("This website " + annotatedUrl + " has a linked annotation"); - // }); } componentWillUnMount() { |