Skip to content

Commit

Permalink
Fixes #1084 (rel reselect not preserving notes)
Browse files Browse the repository at this point in the history
  • Loading branch information
Goran Topic committed Nov 6, 2014
1 parent 109bddd commit 2313344
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/annotator_ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ var AnnotatorUI = (function($, window, undefined) {
if (eventDescId) {
var eventDesc = data.eventDescs[eventDescId];
arcOptions.id = eventDescId;
arcOptions.comment = eventDesc.comment.text;
if (eventDesc.equiv) {
arcOptions['left'] = eventDesc.leftSpans.join(',');
arcOptions['right'] = eventDesc.rightSpans.join(',');
Expand Down

0 comments on commit 2313344

Please sign in to comment.