mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 18:54:11 +08:00
style(virtual-scroll): remove console.log message (#15247)
remove console.log message with the viewportOffset which is executed on every virtual scroll update
This commit is contained in:

committed by
Brandy Carney

parent
f78a280ce9
commit
78e13ac5c4
@ -226,7 +226,6 @@ export class VirtualScroll {
|
|||||||
node = node.parentElement;
|
node = node.parentElement;
|
||||||
}
|
}
|
||||||
this.viewportOffset = topOffset;
|
this.viewportOffset = topOffset;
|
||||||
console.log(this.viewportOffset);
|
|
||||||
if (scrollEl) {
|
if (scrollEl) {
|
||||||
this.viewportHeight = scrollEl.offsetHeight;
|
this.viewportHeight = scrollEl.offsetHeight;
|
||||||
this.currentScrollTop = scrollEl.scrollTop;
|
this.currentScrollTop = scrollEl.scrollTop;
|
||||||
|
Reference in New Issue
Block a user