We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d01780 commit a012ce2Copy full SHA for a012ce2
lib/Resizable.jsx
@@ -69,7 +69,6 @@ var Resizable = module.exports = React.createClass({
69
var me = this;
70
return function(e, {node, position}) {
71
let width = me.state.width + position.deltaX, height = me.state.height + position.deltaY;
72
- console.log(position);
73
me.props[handlerName] && me.props[handlerName](e, {node, size: {width, height}});
74
75
if (handlerName === 'onResizeStart') {
0 commit comments