mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
chore(tslint): disable 'no-floating-promises'
This commit is contained in:
@ -223,10 +223,9 @@ export class Menu implements MenuI {
|
||||
if (shouldClose) {
|
||||
ev.preventDefault();
|
||||
ev.stopPropagation();
|
||||
return this.close();
|
||||
this.close();
|
||||
}
|
||||
}
|
||||
return Promise.resolve(false);
|
||||
}
|
||||
|
||||
@Method()
|
||||
|
Reference in New Issue
Block a user