mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 11:17:19 +08:00
@ -32,6 +32,8 @@ ion-popup {
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
input,
|
||||
|
@ -37,7 +37,7 @@ class E2EApp {
|
||||
this.promptResult = name;
|
||||
this.promptOpen = false;
|
||||
}, () => {
|
||||
console.error('Prompt closed');
|
||||
console.log('Prompt closed');
|
||||
this.promptOpen = false;
|
||||
});
|
||||
}
|
||||
@ -56,7 +56,7 @@ class E2EApp {
|
||||
this.confirmOpen = false;
|
||||
}, () => {
|
||||
this.confirmOpen = false;
|
||||
console.error('NOT CONFIRMED');
|
||||
console.log('NOT CONFIRMED');
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user