This commit is contained in:
Peter Maquiran
2023-07-12 13:54:20 +01:00
parent cadf84a0d4
commit 1087e68690
9 changed files with 35 additions and 45 deletions
@@ -63,7 +63,7 @@
</div>
<div class="bottom-content width-100">
<ion-list>
<h5 class="font-17-rem">Documentos Anexados</h5>
<h5 >Documentos Anexados</h5>
<ion-item *ngFor="let attachment of mergedArray"
class="ion-no-margin ion-no-padding cursor-pointer"
>
@@ -198,14 +198,6 @@ export class GabineteDigitalPage implements OnInit {
this.hideRefreshButton();
}
ngAfterViewInit(): void {
// We can access the TestComponent now that this portion of the view tree has been initiated.
const element = this.scroll.nativeElement
this.scroll.nativeElement.addEventListener("scroll", (e)=> {
this.changeTab()
});
(async () => {
@@ -245,6 +237,15 @@ export class GabineteDigitalPage implements OnInit {
}
});
}
ngAfterViewInit(): void {
// We can access the TestComponent now that this portion of the view tree has been initiated.
this.scroll.nativeElement.addEventListener("scroll", (e)=> {
this.changeTab()
});
}