File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ to programmatically reposition their components. `<Draggable>` allows this custo
218
218
is similar to how React handles form components.
219
219
220
220
If the prop ` position: {x: number, y: number} ` is defined, the ` <Draggable> ` will ignore its internal state and use
221
- the provided position instead. Altneratively , you can seed the position using ` defaultPosition ` . Technically, since
221
+ the provided position instead. Alternatively , you can seed the position using ` defaultPosition ` . Technically, since
222
222
` <Draggable> ` works only on position deltas, you could also seed the initial position using CSS ` top/left ` .
223
223
224
224
We make one modification to the React philosophy here - we still allow dragging while a component is controlled.
You can’t perform that action at this time.
0 commit comments