Skip to content

Commit

Permalink
Release version 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pjanik committed Oct 1, 2021
1 parent a81cf63 commit 85ba717
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/scripts/tools/shape-tools/annotation-tool.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ AnnotationTool.prototype.mouseDown = function (opt) {
fontSize: 16,
fill: ccCharcoal
});
text.hasControls = text.hasBorders = false;
text.hasControls = false;

var arrow = new fabric.AnnotationArrow(
fabric.Annotations.calcArrowPoints(text),
Expand Down
8 changes: 4 additions & 4 deletions dist/drawing-tool.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "drawing-tool",
"description": "HTML5 Drawing Tool",
"author": "",
"version": "2.1.1",
"version": "2.1.2",
"bugs": {
"url": "https://github.com/concord-consortium/drawing-tool/issues"
},
Expand Down

0 comments on commit 85ba717

Please sign in to comment.