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