@glideapps/glide-data-grid
Advanced tools
Comparing version 2.2.2 to 2.2.3
@@ -93,3 +93,3 @@ "use strict"; | ||
}).filter(function (v) { | ||
return v.cells.size === 0; | ||
return v.cells.size > 0; | ||
}).forEach(function (v) { | ||
@@ -96,0 +96,0 @@ _this.cache["".concat(v.url)] = v; |
{ | ||
"name": "@glideapps/glide-data-grid", | ||
"version": "2.2.2", | ||
"version": "2.2.3", | ||
"description": "Super fast, pure canvas Data Grid Editor", | ||
@@ -5,0 +5,0 @@ "main": "dist/js/index.js", |
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
343149