diff --git a/interact.js b/interact.js index 6aee6640f..3f8d01c22 100644 --- a/interact.js +++ b/interact.js @@ -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; }