You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: projects/netgrif-components-core/src/lib/navigation/navigation-double-drawer/service/double-drawer-navigation.service.ts
+13-2Lines changed: 13 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -253,6 +253,7 @@ export class DoubleDrawerNavigationService implements OnDestroy {
253
253
* */
254
254
publiconItemClick(item: NavigationItem): void{
255
255
if(item.resource===undefined){
256
+
this._currentNavigationItem=null;
256
257
// custom view represented only in nae.json
257
258
if(item.processUri===this.currentPath){
258
259
this._pathService.activePath=this.currentPath;
@@ -261,6 +262,7 @@ export class DoubleDrawerNavigationService implements OnDestroy {
0 commit comments