Skip to content

Commit

Permalink
Merge pull request #34 from Teocrito/main
Browse files Browse the repository at this point in the history
fixes #33
  • Loading branch information
entronad committed Dec 18, 2021
2 parents fc1fd23 + f75de30 commit cce40bf
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 cce40bf

Please sign in to comment.