Skip to content

Commit 5996019

Browse files
Alexander ZargesAlexander Zarges
andauthored
fix(module: tree): nz-tree-drop-indicator for custom tree node templates (#7579)
Co-authored-by: Alexander Zarges <az@radiosphere.com>
1 parent 21208f0 commit 5996019

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

components/tree/tree-node-title.component.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ import { NzTreeNode, NzTreeNodeOptions } from 'ng-zorro-antd/core/tree';
4141
</span>
4242
</span>
4343
<span class="ant-tree-title" [innerHTML]="title | nzHighlight: matchedValue:'i':'font-highlight'"></span>
44-
<nz-tree-drop-indicator
45-
*ngIf="showIndicator"
46-
[dropPosition]="dragPosition"
47-
[level]="context.level"
48-
></nz-tree-drop-indicator>
4944
</ng-container>
45+
<nz-tree-drop-indicator
46+
*ngIf="showIndicator"
47+
[dropPosition]="dragPosition"
48+
[level]="context.level"
49+
></nz-tree-drop-indicator>
5050
`,
5151
changeDetection: ChangeDetectionStrategy.OnPush,
5252
preserveWhitespaces: false,

0 commit comments

Comments
 (0)