Skip to content

Commit 4470833

Browse files
smile1016luxiaobei
authored andcommitted
fix(components): fix height of multiple lanes #TINFR-2119
1 parent 266c7d8 commit 4470833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/board/entry/sortable/sortable.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
></ng-template>
2626
</div>
2727
}
28-
@if (boardEntry.virtualScroll() && (cards() ?? []).length > 0) {
28+
@if (boardEntry.virtualScroll()) {
2929
<cdk-virtual-scroll-viewport
3030
entry
3131
[minBufferPx]="500"

0 commit comments

Comments
 (0)