mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +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