re-resizable
Advanced tools
Comparing version 6.9.3 to 6.9.4
@@ -200,3 +200,3 @@ "use strict"; | ||
element.style.left = '0'; | ||
element.style.flex = '0'; | ||
element.style.flex = '0 0 100%'; | ||
if (element.classList) { | ||
@@ -363,2 +363,3 @@ element.classList.add(baseClassName); | ||
base.style.minWidth = '100%'; | ||
base.style.minHeight = '100%'; | ||
var size = { | ||
@@ -365,0 +366,0 @@ width: base.offsetWidth, |
{ | ||
"name": "re-resizable", | ||
"version": "6.9.3", | ||
"version": "6.9.4", | ||
"description": "Resizable component for React.", | ||
@@ -5,0 +5,0 @@ "title": "re-resizable", |
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
159261
2988