@vaadin/vaadin-element-mixin
Advanced tools
Comparing version 2.4.1 to 2.4.2
@@ -12,3 +12,3 @@ { | ||
"name": "@vaadin/vaadin-element-mixin", | ||
"version": "2.4.1", | ||
"version": "2.4.2", | ||
"main": "vaadin-element-mixin.js", | ||
@@ -15,0 +15,0 @@ "author": "Vaadin Ltd", |
@@ -31,4 +31,4 @@ /** | ||
} else { | ||
dummy.scrollLeft = 1; | ||
if (dummy.scrollLeft === 0) { | ||
dummy.scrollLeft = 2; | ||
if (dummy.scrollLeft < 2) { | ||
cachedType = 'negative'; | ||
@@ -35,0 +35,0 @@ } |
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
23759