Skip to content
Snippets Groups Projects
Commit 3f309561 authored by chris's avatar chris Committed by john
Browse files

add exlanation comment

parent 508e4b89
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,11 @@ class TrackChangeComponent extends AnnotationComponent {
container.addClass('sc-accept-reject-container-hide')
}
// .attr('status', status and .attr('roles', user.roles[0]) Only Exist because
// on the second editor we do not have an exporter but everything is pushed to
// the note-content property of the callout. So cause we use olny the importer
// those attr did not exist
let el = $$('track-change')
.attr('data-id', id)
.attr('title', user.username)
......
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