Remove keyboard navigation from core (#4593)

This commit is contained in:
alschmiedt
2021-01-19 11:50:51 -08:00
committed by GitHub
parent a9ea08aba9
commit a3adc42e8a
21 changed files with 50 additions and 2800 deletions

View File

@@ -52,6 +52,13 @@ Blockly.MarkerManager = function(workspace){
this.workspace_ = workspace;
};
/**
* The name of the local marker.
* @type {string}
* @const
*/
Blockly.MarkerManager.LOCAL_MARKER = 'local_marker_1';
/**
* Register the marker by adding it to the map of markers.
* @param {string} id A unique identifier for the marker.