Skip to content

Commit

Permalink
Remove event.shiftKey square resizing
Browse files Browse the repository at this point in the history
  • Loading branch information
taye committed Dec 13, 2014
1 parent 40f9b79 commit 480d7fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interact.js
Original file line number Diff line number Diff line change
Expand Up @@ -3116,7 +3116,7 @@
}

if (action === 'resize') {
if (options.resize.square || event.shiftKey) {
if (options.resize.square) {
if (interaction.resizeAxes === 'y') {
this.dx = this.dy;
}
Expand Down

0 comments on commit 480d7fa

Please sign in to comment.