mirror of
https://github.com/google/blockly.git
synced 2026-01-07 09:00:11 +01:00
Add accessibility interfaces and fix navigation types (#3908)
* Add accessibility interfaces and fix navigation types
This commit is contained in:
@@ -160,7 +160,7 @@ Blockly.svgResize = function(workspace) {
|
||||
/**
|
||||
* Handle a key-down on SVG drawing surface. Does nothing if the main workspace
|
||||
* is not visible.
|
||||
* @param {!Event} e Key down event.
|
||||
* @param {!KeyboardEvent} e Key down event.
|
||||
* @package
|
||||
*/
|
||||
// TODO (https://github.com/google/blockly/issues/1998) handle cases where there
|
||||
|
||||
Reference in New Issue
Block a user