Skip to content

Commit 2d698f5

Browse files
committed
Fix lint
1 parent 8d3dea4 commit 2d698f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/blockly.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@ Blockly.svgResize = function(workspace) {
172172
* @param {!Event} e Key down event.
173173
* @private
174174
*/
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.
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.
177177
Blockly.onKeyDown_ = function(e) {
178178
if (Blockly.mainWorkspace.options.readOnly || Blockly.utils.isTargetInput(e)
179179
|| (Blockly.mainWorkspace.rendered && !Blockly.mainWorkspace.isVisible())) {

0 commit comments

Comments
 (0)