@taiga-ui/addon-doc 3.17.0-dev.main-8616173 → 3.17.0-dev.main-c105795
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.
|
@@ -2603,7 +2603,7 @@
|
|
|
2603
2603
|
this.path = '';
|
|
2604
2604
|
this.deprecated = false;
|
|
2605
2605
|
this.tabConnectors = i6.EMPTY_QUERY;
|
|
2606
|
-
this.activeItemIndex =
|
|
2606
|
+
this.activeItemIndex = 0;
|
|
2607
2607
|
}
|
|
2608
2608
|
Object.defineProperty(TuiDocPageComponent.prototype, "showSeeAlso", {
|
|
2609
2609
|
get: function () {
|