Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaMan123 committed Apr 4, 2022
1 parent 3fd4af2 commit 58e9be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mixins/canvas_events.mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@
// transform pointer to target's containing coordinate plane
// both pointer and object should agree on every point
localPointer = fabric.util.sendPointToPlane(pointer, null, target.group);

transform.reset = false;
transform.shiftKey = e.shiftKey;
transform.altKey = e[this.centeredKey];
Expand Down

0 comments on commit 58e9be2

Please sign in to comment.