Skip to content

Commit

Permalink
fix(annotations): Sync set visibility event name (#1205)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingze authored May 8, 2020
1 parent 4a97878 commit b0c4a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export const ANNOTATOR_EVENT = {
fetch: 'annotationsfetched',
error: 'annotationerror',
scale: 'scaleannotations',
setVisibility: 'annotationsetvisibility',
setVisibility: 'annotations_visible_set',
};

export const BROWSERS = {
Expand Down

0 comments on commit b0c4a62

Please sign in to comment.