Commit 879a6f9b authored by Randall Leeds's avatar Randall Leeds

Don't close the sidebar on click

This has been deemed too clever.
parent 7cf85396
......@@ -183,9 +183,6 @@ module.exports = class Guest extends Annotator
_setupWrapper: ->
@wrapper = @element
.on 'click', (event) =>
if !@selectedTargets?.length
@triggerHideFrame()
this
# These methods aren't used in the iframe-hosted configuration of Annotator.
......
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