MOBILE-3269 tabs: Fix scroll top management
parent
40ebb62a62
commit
cb30bb555e
|
@ -490,6 +490,7 @@ export class CoreTabsComponent implements OnInit, AfterViewInit, OnChanges, OnDe
|
||||||
this.originalTabsContainer.style.paddingBottom = this.tabBarHeight + 'px';
|
this.originalTabsContainer.style.paddingBottom = this.tabBarHeight + 'px';
|
||||||
this.tabBarElement.classList.remove('tabs-hidden');
|
this.tabBarElement.classList.remove('tabs-hidden');
|
||||||
this.tabsShown = true;
|
this.tabsShown = true;
|
||||||
|
this.lastScroll = 0;
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue