mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
feat(actionsheet): disable clicking backdrop to dismiss
This commit is contained in:
@@ -57,6 +57,7 @@ class E2EPage {
|
||||
this.result = '';
|
||||
|
||||
let actionSheet = ActionSheet.create({
|
||||
enableBackdropDismiss: false,
|
||||
buttons: [
|
||||
{
|
||||
text: 'Archive',
|
||||
|
||||
Reference in New Issue
Block a user