Skip to content

Commit 561e8a6

Browse files
authored
Merge pull request #70 from KocTbIJIb/patch-1
so sorry I did not see this earler! thank you
2 parents 66efe6c + 40447be commit 561e8a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/anno.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export class AnnoInfo {
4040
this.shapes = results.annotations.map(a => {
4141
x.push(a.time);
4242
y.push(0);
43-
text.push('XXXX');
43+
text.push(a.text);
4444
color.push(a.annotation.iconColor);
4545

4646
return {

0 commit comments

Comments
 (0)