@vaadin/vaadin-checkbox
Advanced tools
Comparing version 2.6.0 to 2.6.1
@@ -13,3 +13,3 @@ { | ||
"name": "@vaadin/vaadin-checkbox", | ||
"version": "2.6.0", | ||
"version": "2.6.1", | ||
"main": "vaadin-checkbox.js", | ||
@@ -16,0 +16,0 @@ "author": "Vaadin Ltd", |
@@ -114,3 +114,3 @@ /** | ||
static get version() { | ||
return '2.6.0'; | ||
return '2.6.1'; | ||
} | ||
@@ -261,8 +261,4 @@ | ||
e.preventDefault(); | ||
this._toggleChecked(); | ||
this.click(); | ||
this.removeAttribute('active'); | ||
if (this.indeterminate) { | ||
this.indeterminate = false; | ||
} | ||
} | ||
@@ -269,0 +265,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
60096
1325