We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f28a07 commit cf270fbCopy full SHA for cf270fb
src/helper/tools/arrow-tool.js
@@ -272,7 +272,9 @@ class ArrowTool extends paper.Tool {
272
this.tri.position = this.arrowPathLockedState;
273
}
274
275
- this.tri.rotate(pathOptions.angle, event.downPoint);
+ if (this.canModifyState) {
276
+ this.tri.rotate(pathOptions.angle, event.downPoint);
277
+ }
278
279
// add guide text
280
// remove first
0 commit comments