MOBILE-3320 mainmenu: Fix go back to root before confirming
parent
f5098a770c
commit
aaa300266b
|
@ -183,6 +183,7 @@ export class CoreMainMenuPage implements OnInit, OnDestroy {
|
|||
// Ask the user if he wants to go back to the root page of the tab.
|
||||
e.preventDefault();
|
||||
e.stopPropagation();
|
||||
e.stopImmediatePropagation();
|
||||
|
||||
try {
|
||||
const tab = this.tabs.find((tab) => tab.page == page);
|
||||
|
|
Loading…
Reference in New Issue