Skip to content

Commit

Permalink
Breaking: Enable draw annotations by default for document filetypes (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
pramodsum authored Mar 20, 2018
1 parent 99ccc22 commit 727d085
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]
DEFAULT_TYPES: [TYPES.point, TYPES.highlight, TYPES.highlight_comment, TYPES.draw]
},
{
NAME: 'Image',
Expand Down

0 comments on commit 727d085

Please sign in to comment.