Skip to content

Commit

Permalink
feat: reset selection on node change
Browse files Browse the repository at this point in the history
  • Loading branch information
artemnih committed Oct 6, 2021
1 parent beed2a5 commit 7e98343
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/ngx-explorer/src/lib/services/explorer.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export class ExplorerService {
this.openedNode.next(parent);
const breadcrumbs = Utils.buildBreadcrumbs(this.flatPointers, parent);
this.breadcrumbs.next(breadcrumbs);
this.selectedNodes.next([]);
});
}

Expand Down

0 comments on commit 7e98343

Please sign in to comment.