@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.
- package/dist/krubble-app.bundled.js +1 -4
- package/dist/krubble-app.bundled.js.map +1 -1
- package/dist/krubble-app.bundled.min.js +1 -1
- package/dist/krubble-app.bundled.min.js.map +1 -1
- package/dist/krubble-app.umd.js +1 -4
- package/dist/krubble-app.umd.js.map +1 -1
- package/dist/krubble-app.umd.min.js +2 -2
- package/dist/krubble-app.umd.min.js.map +1 -1
- package/dist/scaffold.d.ts.map +1 -1
- package/dist/scaffold.js +1 -4
- package/dist/scaffold.js.map +1 -1
- package/package.json +1 -1
|
@@ -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
|
-
|
|
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()
|