diff --git a/core/gesture.js b/core/gesture.js index c100f95f5..190827de7 100644 --- a/core/gesture.js +++ b/core/gesture.js @@ -759,8 +759,8 @@ Blockly.Gesture.prototype.doBlockClick_ = function() { }; /** - * Execute a workspace click. Shift clicking puts the workspace in accessibility - * mode. + * Execute a workspace click. When in accessibility mode shift clicking will + * move the cursor. * @param {!Event} e A mouse up or touch end event. * @private */