Skip to content

Commit 40447be

Browse files
authored
Annotation description instead of fake text
1 parent 66efe6c commit 40447be

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)