mirror of
https://github.com/google/blockly.git
synced 2026-01-10 02:17:09 +01:00
Make keyboard accessibility public (#3729)
This commit is contained in:
@@ -148,7 +148,6 @@ Blockly.WorkspaceSvg = function(options,
|
||||
/**
|
||||
* True if keyboard accessibility mode is on, false otherwise.
|
||||
* @type {boolean}
|
||||
* @package
|
||||
*/
|
||||
this.keyboardAccessibilityMode = false;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user