🐛 fix external links in sidemenu (#1720)

* fix admin link clickability

* fix bug when there are unsaved changes
This commit is contained in:
Mutasem Aldmour
2021-05-04 18:55:39 +03:00
committed by GitHub
parent 715e41b590
commit 0cb96d6caa
5 changed files with 90 additions and 57 deletions

View File

@@ -1453,6 +1453,8 @@ export default mixins(
(e || window.event).returnValue = confirmationMessage; //Gecko + IE
return confirmationMessage; //Gecko + Webkit, Safari, Chrome etc.
} else {
this.startLoading('Redirecting');
return;
}
});