From 459b1ef1fb6e43b580978d2c41a596edc3208c87 Mon Sep 17 00:00:00 2001 From: alschmiedt Date: Tue, 7 Jul 2020 17:31:04 -0700 Subject: [PATCH] Update jsdoc for keyboard nav (#4023) --- core/gesture.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */