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 d20f540 commit 3be049fCopy full SHA for 3be049f
README.md
@@ -55,7 +55,7 @@ Props:
55
{
56
// Called when dragging starts. If `false` is returned from this method,
57
// dragging will cancel.
58
-// These callbacks are called with the arity
+// These callbacks are called with the arity:
59
// (event: Event,
60
// {
61
// position: {left: number, top: number},
@@ -151,7 +151,6 @@ var App = React.createClass({
151
axis="x"
152
handle=".handle"
153
start={{x: 0, y: 0}}
154
- moveOnStartChange={false}
155
grid={[25, 25]}
156
zIndex={100}
157
onStart={this.handleStart}
0 commit comments