diff --git a/blocks.js b/blocks.js index d0dfab79..baa364f2 100644 --- a/blocks.js +++ b/blocks.js @@ -10371,7 +10371,7 @@ MultiArgMorph.prototype.mouseClickLeft = function (pos) { this.escalateEvent('mouseClickLeft', pos); return; } - // if the key is pressed, repeat action 5 times + // if the key is pressed, repeat action 3 times var arrows = this.arrows(), leftArrow = arrows.children[0], rightArrow = arrows.children[1],