mirror of
https://github.com/google/blockly.git
synced 2026-01-23 00:30:10 +01:00
Set activedescendant correctly on workspace trees.
This commit is contained in:
@@ -75,8 +75,8 @@ blocklyApp.WorkspaceComponent = ng.core
|
||||
clearWorkspace: function() {
|
||||
this.workspace.clear();
|
||||
},
|
||||
getActiveDescId: function(tree) {
|
||||
return this.treeService.getActiveDescId(tree.id);
|
||||
getActiveDescId: function(treeId) {
|
||||
return this.treeService.getActiveDescId(treeId);
|
||||
},
|
||||
onWorkspaceToolbarKeypress: function(e) {
|
||||
this.treeService.onWorkspaceToolbarKeypress(
|
||||
|
||||
Reference in New Issue
Block a user