Commit 24b2ca4a authored by csillag's avatar csillag

Stop closing the sidebar on heatmap click

parent 4e2a137e
......@@ -37,8 +37,6 @@ class Annotator.Host extends Annotator.Guest
@plugins.Heatmap.element.on 'click', (event) =>
if @frame.hasClass 'annotator-collapsed'
this.showFrame()
else
this.hideFrame()
_setupXDM: (options) ->
channel = super
......
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