Update jsdoc for keyboard nav (#4023)

This commit is contained in:
alschmiedt
2020-07-07 17:31:04 -07:00
committed by GitHub
parent 5e55d89d3b
commit 459b1ef1fb

View File

@@ -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
*/