mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 05:21:52 +08:00
chore(tslint): disable 'no-floating-promises'
This commit is contained in:
@ -127,9 +127,9 @@ export class Picker implements OverlayInterface {
|
||||
protected onBackdropTap() {
|
||||
const cancelBtn = this.buttons.find(b => b.role === 'cancel');
|
||||
if (cancelBtn) {
|
||||
return this.buttonClick(cancelBtn);
|
||||
this.buttonClick(cancelBtn);
|
||||
} else {
|
||||
return this.dismiss();
|
||||
this.dismiss();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user