mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 10:01:59 +08:00
chore(): update to latest stencil
This commit is contained in:
@ -237,7 +237,7 @@ export class MenuController {
|
||||
}
|
||||
if (shouldOpen) {
|
||||
const openedMenu = this.getOpen();
|
||||
if (openedMenu && menu !== openedMenu) {
|
||||
if (openedMenu && menu.el !== openedMenu) {
|
||||
openedMenu.setOpen(false, false);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user