Skip to content

sentence labels are not updated live #6

@spyysalo

Description

@spyysalo

the issue is here in annodoc.js

var sentenceLabels = parsed.sentlabels.slice(0);
dispatcher.on('doneRendering', function() {
    [...]
});

after sentenceLabels is first copied, there's nothing that changes the copy referenced from the closure.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions