mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 03:00:58 +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;
|
||||
}
|
||||
this.viewportOffset = topOffset;
|
||||
console.log(this.viewportOffset);
|
||||
if (scrollEl) {
|
||||
this.viewportHeight = scrollEl.offsetHeight;
|
||||
this.currentScrollTop = scrollEl.scrollTop;
|
||||
|
Reference in New Issue
Block a user