chore(): update to latest stencil

This commit is contained in:
Manu Mtz.-Almeida
2018-03-23 20:27:42 +01:00
parent 095f9c832e
commit d86ee1f772
11 changed files with 4466 additions and 1447 deletions

View File

@ -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);
}
}