mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 03:00:58 +08:00
chore(): tslint checks
This commit is contained in:
@ -272,7 +272,7 @@ export class VirtualScroll {
|
||||
}
|
||||
}
|
||||
|
||||
private updateCellHeight(cell: Cell, node: HTMLStencilElement) {
|
||||
private updateCellHeight(cell: Cell, node: any) {
|
||||
const update = () => {
|
||||
if ((node as any)['$ionCell'] === cell) {
|
||||
const style = this.win.getComputedStyle(node);
|
||||
|
Reference in New Issue
Block a user