mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
@@ -30,7 +30,7 @@ export class ModalController implements OverlayController {
|
||||
* Get the most recently opened modal overlay.
|
||||
*/
|
||||
@Method()
|
||||
async getTop(): Promise<HTMLIonModalElement> {
|
||||
async getTop(): Promise<HTMLIonModalElement | undefined> {
|
||||
return getOverlay(this.doc, 'ion-modal') as HTMLIonModalElement;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user