Commit e56fc92d authored by Randall Leeds's avatar Randall Leeds

Prevent up/down bucket clicks from opening sidebar

Regression.
parent 791e6739
......@@ -325,6 +325,7 @@ class Annotator.Plugin.Heatmap extends Annotator.Plugin
# Does one of a few things when a tab is clicked depending on type
.on 'click', (bucket) =>
d3.event.stopPropagation()
highlights = wrapper.find('.annotator-hl')
pad = defaultView.innerHeight * .2
......
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