diff --git a/core/block_svg.js b/core/block_svg.js index f8d93a288..65741cfe4 100644 --- a/core/block_svg.js +++ b/core/block_svg.js @@ -1661,7 +1661,7 @@ Blockly.BlockSvg.prototype.render = function(opt_bubble) { Blockly.utils.dom.stopTextWidthCache(); var cursor = this.workspace.getCursor(); - if (Blockly.navigation.keyboardAccessibilityMode && this.pathObject.cursorSvg_) { + if (this.workspace.keyboardAccessibilityMode && this.pathObject.cursorSvg_) { cursor.draw(); } };