Skip to content

Commit

Permalink
Format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Dec 14, 2022
1 parent 783eff4 commit a6675bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/components/scroller/scroller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ export class Scroller implements OnInit, AfterContentInit, AfterViewChecked, OnD
if (this.initialized) {
const isChanged = !isLoadingChanged && (simpleChanges.items?.previousValue?.length !== simpleChanges.items?.currentValue?.length || simpleChanges.itemSize || simpleChanges.scrollHeight || simpleChanges.scrollWidth);
if (isChanged) {
this.init()
this.init();
this.calculateAutoSize();
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/table/table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4971,4 +4971,4 @@ export class ColumnFilterFormElement implements OnInit {
ColumnFilterFormElement
]
})
export class TableModule {}
export class TableModule {}

0 comments on commit a6675bc

Please sign in to comment.