diff --git a/dgscoensvf.js b/dgscoensvf.js index 3b10b96..6a1e75d 100644 --- a/dgscoensvf.js +++ b/dgscoensvf.js @@ -28,7 +28,7 @@ if (data.code === 'ArrowRight') { } if (data.code === 'ArrowUp') { - this.rotateBlock(); + this.rotateBlock(false); } if (data.code === 'ArrowDown') {