@vaadin/vaadin-list-mixin
Advanced tools
Comparing version 2.2.1 to 2.2.2-alpha1
@@ -13,3 +13,3 @@ { | ||
"name": "@vaadin/vaadin-list-mixin", | ||
"version": "2.2.1", | ||
"version": "2.2.2-alpha1", | ||
"main": "vaadin-list-mixin.js", | ||
@@ -16,0 +16,0 @@ "author": "Vaadin Ltd", |
@@ -114,3 +114,3 @@ /** | ||
_onClick(event) { | ||
if (event.metaKey || event.shiftKey || event.ctrlKey) { | ||
if (event.metaKey || event.shiftKey || event.ctrlKey || event.defaultPrevented) { | ||
return; | ||
@@ -117,0 +117,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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
23612
5
305
1