diff --git a/demos/menu/index.ts b/demos/menu/index.ts index 9a5a468f5c..ad5869d9c5 100644 --- a/demos/menu/index.ts +++ b/demos/menu/index.ts @@ -25,9 +25,6 @@ class E2EApp { } openPage(menu, page) { - // close the menu when clicking a link from the menu - menu.close(); - // Reset the content nav to have just this page // we wouldn't want the back button to show in this scenario let nav = this.app.getComponent('nav'); diff --git a/demos/menu/main.html b/demos/menu/main.html index 068573e6ac..377c238de7 100644 --- a/demos/menu/main.html +++ b/demos/menu/main.html @@ -8,7 +8,7 @@ -