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