mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
chore(tslint): disable 'no-floating-promises'
This commit is contained in:
@ -127,12 +127,12 @@ export class Modal implements OverlayInterface {
|
||||
ev.stopPropagation();
|
||||
ev.preventDefault();
|
||||
|
||||
return this.dismiss();
|
||||
this.dismiss();
|
||||
}
|
||||
|
||||
@Listen('ionBackdropTap')
|
||||
protected onBackdropTap() {
|
||||
return this.dismiss(undefined, BACKDROP);
|
||||
this.dismiss(undefined, BACKDROP);
|
||||
}
|
||||
|
||||
@Listen('ionModalDidPresent')
|
||||
|
Reference in New Issue
Block a user