From 0c60c119a25e68c2c9633fba1dccd40d84c5cca7 Mon Sep 17 00:00:00 2001 From: alschmiedt Date: Mon, 17 Feb 2020 14:08:27 -0800 Subject: [PATCH] Update to use knew variable (#3694) --- core/block_svg.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } };