Auto close modal for table

This commit is contained in:
2021-02-24 20:23:15 +01:00
parent 5337173b43
commit 388aa6d2d4
7 changed files with 54 additions and 18 deletions
@@ -55,6 +55,14 @@ export class ViewEventPage implements OnInit {
/* console.log(this.eventId); */
this.loadEvent();
this.getAttachments();
window.onresize = (event) => {
// if not mobile remove all component
if( window.innerWidth >= 1024){
this.modalController.dismiss(this.isEventEdited);
}
};
}
close(){