diff --git a/core/blockly.js b/core/blockly.js index 81c0a7377..af39f3fe5 100644 --- a/core/blockly.js +++ b/core/blockly.js @@ -172,8 +172,8 @@ Blockly.svgResize = function(workspace) { * @param {!Event} e Key down event. * @private */ - // TODO (https://github.com/google/blockly/issues/1998) handle cases where there are multiple workspaces - // and non-main workspaces are able to accept input. +// TODO (https://github.com/google/blockly/issues/1998) handle cases where there are +// multiple workspaces and non-main workspaces are able to accept input. Blockly.onKeyDown_ = function(e) { if (Blockly.mainWorkspace.options.readOnly || Blockly.utils.isTargetInput(e) || (Blockly.mainWorkspace.rendered && !Blockly.mainWorkspace.isVisible())) {