Skip to content

Commit

Permalink
Correct comment to use unsetAnnotations()
Browse files Browse the repository at this point in the history
  • Loading branch information
AbeJellinek committed Oct 24, 2023
1 parent 57db414 commit da81b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.view-dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ async function main() {
// ]);

// Remove annotation from the view
// window._view.unsetAnnotation(['FZMV3CF6']);
// window._view.unsetAnnotations(['FZMV3CF6']);
}

main();

0 comments on commit da81b41

Please sign in to comment.