@vaadin/component-base
Advanced tools
Comparing version 24.4.0-alpha18 to 24.4.0-alpha19
{ | ||
"name": "@vaadin/component-base", | ||
"version": "24.4.0-alpha18", | ||
"version": "24.4.0-alpha19", | ||
"publishConfig": { | ||
@@ -45,3 +45,3 @@ "access": "public" | ||
}, | ||
"gitHead": "7d675c61eaa32ef50c07de7b2fea19ff437b6b90" | ||
"gitHead": "5fad5eb53de7da69c1a19776a11ba74ceba27ea0" | ||
} |
@@ -12,3 +12,3 @@ /** | ||
get() { | ||
return '24.4.0-alpha18'; | ||
return '24.4.0-alpha19'; | ||
}, | ||
@@ -15,0 +15,0 @@ }); |
@@ -800,3 +800,3 @@ /** | ||
// Process a large scroll position change | ||
const scale = this._scrollTop / (this.scrollTarget.scrollHeight - this.scrollTarget.offsetHeight); | ||
const scale = this._scrollTop / (this.scrollTarget.scrollHeight - this.scrollTarget.clientHeight); | ||
this._vidxOffset = Math.round(scale * maxOffset); | ||
@@ -803,0 +803,0 @@ } else { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package