mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00

committed by
Adam Bradley

parent
1c882b31a5
commit
ec99bfd019
@ -320,7 +320,7 @@ export class Select {
|
||||
overlay.present(alertOptions);
|
||||
|
||||
this._isOpen = true;
|
||||
overlay.onDismiss(() => {
|
||||
overlay.onDidDismiss(() => {
|
||||
this._isOpen = false;
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user