Commit 5de6dc7d authored by csillag's avatar csillag

Remove the canAnnotate flag

parent 9488fca9
......@@ -260,7 +260,6 @@ class Annotator.Guest extends Annotator
return confirm "You have selected a very short piece of text: only " + length + " chars. Are you sure you want to highlight this?"
onSuccessfulSelection: (event, immediate) ->
return unless @canAnnotate
if @tool is 'highlight'
# Do we really want to make this selection?
return false unless this.confirmSelection()
......
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