mirror of
https://github.com/google/blockly.git
synced 2026-03-10 15:20:16 +01:00
Update to use knew variable (#3694)
This commit is contained in:
@@ -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();
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user