mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 03:00:58 +08:00
chore(tslint): disable 'no-floating-promises'
This commit is contained in:
@ -314,7 +314,6 @@ export class Select {
|
||||
disabled: o.disabled,
|
||||
handler: () => {
|
||||
this.value = o.value;
|
||||
// tslint:disable-next-line:no-floating-promises
|
||||
this.close();
|
||||
}
|
||||
} as SelectPopoverOption;
|
||||
|
Reference in New Issue
Block a user