mirror of
https://github.com/google/blockly.git
synced 2026-01-16 21:37:10 +01:00
Fix extra category error. Clean up code, rename variables, reduce line lengths, fix lint issues.
This commit is contained in:
@@ -109,7 +109,11 @@ blocklyApp.WorkspaceTreeView = ng.core
|
||||
</div>
|
||||
</ol>
|
||||
</li>
|
||||
<tree-view *ngIf= "block.nextConnection && block.nextConnection.targetBlock()" [block]="block.nextConnection.targetBlock()" [isTopBlock]="false" [level]="level"></tree-view>
|
||||
<tree-view *ngIf= "block.nextConnection && block.nextConnection.targetBlock()"
|
||||
[block]="block.nextConnection.targetBlock()"
|
||||
[isTopBlock]="false"
|
||||
[level]="level">
|
||||
</tree-view>
|
||||
`,
|
||||
directives: [ng.core.forwardRef(
|
||||
function() { return blocklyApp.WorkspaceTreeView; }), blocklyApp.FieldView],
|
||||
|
||||
Reference in New Issue
Block a user