mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 14:01:20 +08:00
chore(tslint): disable 'no-floating-promises'
This commit is contained in:
@ -39,10 +39,9 @@ export class MenuToggle {
|
||||
if (menuCtrl) {
|
||||
const menu = await menuCtrl.get(this.menu);
|
||||
if (menu) {
|
||||
return menuCtrl.toggle(this.menu);
|
||||
menuCtrl.toggle(this.menu);
|
||||
}
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
@Listen('body:ionMenuChange')
|
||||
|
Reference in New Issue
Block a user