Skip to content

Commit c2146fc

Browse files
committed
chore(*): Clears comment-outed sections
1 parent 58739f1 commit c2146fc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

projects/igniteui-angular/src/lib/grids/tree-grid/tree-grid.component.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,6 @@
129129
</div>
130130
<span *ngIf="hasMovableColumns && draggedColumn" [igxColumnMovingDrop]="headerContainer" [attr.droppable]="true"
131131
id="right" class="igx-grid__scroll-on-drag-right"></span>
132-
<!-- <div [hidden]='!hasVerticalSroll()' class="igx-grid__tbody-scrollbar" [style.width.px]="scrollWidth"
133-
[style.height.px]='calcHeight'>
134-
<ng-template igxGridFor [igxGridForOf]='[]' #verticalScrollHolder></ng-template>
135-
</div> -->
136132
<div [hidden]='!hasVerticalSroll()' class="igx-grid__tbody-scrollbar" [style.width.px]="scrollWidth">
137133
<div class="igx-grid__tbody-scrollbar-start" [style.height.px]=' isRowPinningToTop ? pinnedRowHeight : 0'></div>
138134
<div class="igx-grid__tbody-scrollbar-main" [style.height.px]='calcHeight'>

0 commit comments

Comments
 (0)