Skip to content

Commit

Permalink
Revert "New: Enable draw annotations by default (#115)" (#134)
Browse files Browse the repository at this point in the history
This reverts commit 4994699.
  • Loading branch information
pramodsum authored Mar 13, 2018
1 parent f5ff695 commit 93f92af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BoxAnnotations.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const ANNOTATORS = [
CONSTRUCTOR: DocAnnotator,
VIEWER: ['Document', 'Presentation'],
TYPE: [TYPES.point, TYPES.highlight, TYPES.highlight_comment, TYPES.draw],
DEFAULT_TYPES: [TYPES.point, TYPES.highlight, TYPES.highlight_comment, TYPES.draw]
DEFAULT_TYPES: [TYPES.point, TYPES.highlight, TYPES.highlight_comment]
},
{
NAME: 'Image',
Expand Down

0 comments on commit 93f92af

Please sign in to comment.