Update to use knew variable (#3694)

This commit is contained in:
alschmiedt
2020-02-17 14:08:27 -08:00
committed by GitHub
parent ba6e93a564
commit 0c60c119a2

View File

@@ -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();
}
};