We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d3dea4 commit 2d698f5Copy full SHA for 2d698f5
core/blockly.js
@@ -172,8 +172,8 @@ Blockly.svgResize = function(workspace) {
172
* @param {!Event} e Key down event.
173
* @private
174
*/
175
- // TODO (https://github.com/google/blockly/issues/1998) handle cases where there are multiple workspaces
176
- // 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.
177
Blockly.onKeyDown_ = function(e) {
178
if (Blockly.mainWorkspace.options.readOnly || Blockly.utils.isTargetInput(e)
179
|| (Blockly.mainWorkspace.rendered && !Blockly.mainWorkspace.isVisible())) {
0 commit comments