@kodaris/krubble-app-components 1.0.6 → 1.0.7

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.
@@ -1245,10 +1245,7 @@ let KRScaffold = class KRScaffold extends i$1 {
1245
1245
  updated(changedProperties) {
1246
1246
  super.updated(changedProperties);
1247
1247
  if (changedProperties.has('nav') && this.nav.length > 0) {
1248
- // Only auto-set active item on initial nav load, not on subsequent updates
1249
- if (this.activeNavItemId === null) {
1250
- this.updateActiveNavItem();
1251
- }
1248
+ this.updateActiveNavItem();
1252
1249
  if (this.navExpanded && !this.navInitialized) {
1253
1250
  this.navInitialized = true;
1254
1251
  this.getComputedNav()