Commit ee3bbab6 authored by Randall Leeds's avatar Randall Leeds

Revert "Don't close the sidebar on click"

This reverts commit 04504dca0b36cffd57d3fd7fe071fd1ef52079b0.
parent d8412b17
......@@ -183,6 +183,9 @@ 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