mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
@@ -210,7 +210,7 @@ export class MenuController {
|
||||
|
||||
@Method()
|
||||
async _setOpen(menu: MenuI, shouldOpen: boolean, animated: boolean): Promise<boolean> {
|
||||
if (this.isAnimating()) {
|
||||
if (await this.isAnimating()) {
|
||||
return false;
|
||||
}
|
||||
if (shouldOpen) {
|
||||
|
||||
Reference in New Issue
Block a user