refactor: polish map module ui/ux

This commit is contained in:
Rainer Killinger
2022-09-08 14:44:20 +00:00
parent 37dd29a60f
commit 855531fefb
20 changed files with 119 additions and 77 deletions

View File

@@ -51,7 +51,7 @@ export class AboutLicensesComponent implements OnInit {
modal.dismiss();
},
},
swipeToClose: true,
canDismiss: true,
});
return await modal.present();
}