feat(modal): add bottom sheet functionality (#23828)

resolves #21039
This commit is contained in:
Liam DeBeasi
2021-08-31 15:19:19 -04:00
committed by GitHub
parent c925274c3b
commit 12216d378d
24 changed files with 1338 additions and 114 deletions

View File

@ -376,7 +376,6 @@ export const present = async (
if (completed) {
overlay.didPresent.emit();
overlay.didPresentShorthand?.emit();
}
/**