#3141 fixed broken Do something else button (#3154)

This commit is contained in:
Sebastiaan Janssen
2018-10-09 10:20:46 +02:00
committed by GitHub

View File

@@ -661,10 +661,10 @@ function navigationService($rootScope, $routeParams, $log, $location, $q, $timeo
*/
hideDialog: function (showMenu) {
setMode("default");
if(showMenu){
if (showMenu) {
this.showMenu(undefined, { skipDefault: true, node: appState.getMenuState("currentNode") });
} else {
setMode("default");
}
},
/**