react-resizable
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -66,3 +66,3 @@ "use strict"; | ||
children: [p.children.props.children, React.createElement(Draggable, React.__spread({}, p.draggableOpts, { | ||
start: { x: p.width - 20 + "px", y: p.height - 20 + "px" }, | ||
start: { x: p.width - 20, y: p.height - 20 }, | ||
moveOnStartChange: true, | ||
@@ -69,0 +69,0 @@ onStop: this.resizeHandler("onResizeStop"), |
@@ -67,3 +67,3 @@ 'use strict'; | ||
{...p.draggableOpts} | ||
start={{x: p.width - 20 + 'px', y: p.height - 20 + 'px'}} | ||
start={{x: p.width - 20, y: p.height - 20}} | ||
moveOnStartChange={true} | ||
@@ -70,0 +70,0 @@ onStop={this.resizeHandler('onResizeStop')} |
{ | ||
"name": "react-resizable", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "A component that is resizable with handles.", | ||
@@ -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
19850