@indigina/ui-kit 1.1.319 → 1.1.320

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3719,6 +3719,7 @@ class KitNavigationMenuComponent {
3719
3719
  }
3720
3720
  ngOnInit() {
3721
3721
  this.setExpandedStateOnRouterChange();
3722
+ this.updateNavigationState(this.menuItems(), this.router.url);
3722
3723
  }
3723
3724
  handleClick(item) {
3724
3725
  !item.items ? this.collapseAllItems(this.menuItems()) : this.toggleItem(item);