This commit is contained in:
tiago.kayaya
2021-07-01 09:36:17 +01:00
parent 64b3602f49
commit d4887c1958
7 changed files with 39 additions and 21 deletions
@@ -280,6 +280,7 @@ export class PublicationsPage implements OnInit {
}
async openOptions(id?: string) {
this.folderId = id;
const enterAnimation = (baseEl: any) => {
const backdropAnimation = this.animationController.create()
.addElement(baseEl.querySelector('ion-backdrop')!)