Commit cfcfd810 authored by Randall Leeds's avatar Randall Leeds

prevent default link action

parent 881bf72b
......@@ -225,6 +225,7 @@ class Hypothesis extends Annotator
switch d3.event.target.getAttribute('href')
when '#reply'
d3.event.preventDefault()
parent = d3.select(event.currentTarget).datum()
reply = this.createAnnotation()
reply.thread = this.threadId(parent.message.annotation)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment