mirror of
https://github.com/google/blockly.git
synced 2026-01-10 10:27:08 +01:00
Fix tree focus issues.
This commit is contained in:
@@ -63,10 +63,5 @@ blocklyApp.AppView = ng.core
|
||||
blocklyApp.UtilsService]
|
||||
})
|
||||
.Class({
|
||||
constructor: [blocklyApp.TreeService, function(_treeService) {
|
||||
this.treeService = _treeService;
|
||||
}],
|
||||
ngAfterViewInit: function() {
|
||||
this.treeService.initTreeRegistry();
|
||||
}
|
||||
constructor: [function() {}]
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user