Commit 5287b9a0 authored by Randall Leeds's avatar Randall Leeds

No need to re-render the view on annotation save

The view data is up-to-date with whatever the user entered already
and a re-render will happen again when the permanent id and timestamps
return from the server anyway.
parent a15b6285
......@@ -143,7 +143,6 @@ AnnotationController = [
when 'delete', 'edit'
annotator.publish 'annotationUpdated', model
this.render()
@editing = false
@action = 'view'
......
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