Skip to content

Commit

Permalink
fixes entronad#33
Browse files Browse the repository at this point in the history
  • Loading branch information
Teocrito committed Dec 17, 2021
1 parent fc1fd23 commit f75de30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/parse/parse.dart
Expand Up @@ -603,7 +603,7 @@ void parse<D>(Chart<D> spec, View<D> view) {
}));
} else {
annotSpec as CustomAnnotation;
annot = view.add(TagAnnotOp({
annot = view.add(CustomAnnotOp({
'anchor': anchor,
'renderer': annotSpec.renderer,
}));
Expand Down

0 comments on commit f75de30

Please sign in to comment.