@vaadin-component-factory/vcf-anchor-nav
Advanced tools
Comparing version 1.0.7 to 1.0.8
{ | ||
"name": "@vaadin-component-factory/vcf-anchor-nav", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Component with tabs used as anchor navigation and content sections. Automates the linking of tabs and sections.", | ||
@@ -5,0 +5,0 @@ "main": "theme/lumo/vcf-anchor-nav.js", |
@@ -145,3 +145,3 @@ /** | ||
static get version() { | ||
return '1.0.7'; | ||
return '1.0.8'; | ||
} | ||
@@ -276,3 +276,3 @@ | ||
this._initTabHighlight(); | ||
this._scrollToSection(this.selectedId); | ||
this.scrollTo({ top: this.querySelector(`#${this.selectedId}`).offsetTop - this._tabHeight }); | ||
}); | ||
@@ -279,0 +279,0 @@ observer.observe(this.$.container); |
217398