fixed bug
This commit is contained in:
parent
e0caf64828
commit
4c36e3bcee
|
@ -70,7 +70,6 @@
|
|||
[class.node-content-wrapper-active]="node.isActive"
|
||||
[class.node-content-wrapper-focused]="node.isFocused"
|
||||
(click)="clickCheck(node)">
|
||||
<span [class]="node.data.className + 'Index'">{{ index }}</span>
|
||||
<span [class]="node.data.className" [class.title]="true">{{ node.data.title }}</span>
|
||||
</div>
|
||||
<tree-node-children [node]="node" [templates]="templates"></tree-node-children>
|
||||
|
|
Loading…
Reference in New Issue
Block a user