mirror of
https://github.com/google/blockly.git
synced 2026-01-09 18:10:08 +01:00
Checks keyboardAccessibility flag before rendering (#3671)
This commit is contained in:
@@ -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();
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user