mui-nested-menu
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -61,2 +61,3 @@ "use strict"; | ||
var left = event.clientX; | ||
if (mouseDownPosition !== null) return; | ||
@@ -63,0 +64,0 @@ if (mouseDownPosition.top === top && mouseDownPosition.left === left) { |
{ | ||
"name": "mui-nested-menu", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Nested Menu Items for Material UI version 5.", | ||
@@ -5,0 +5,0 @@ "main": "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
25634
401