Skip to content

Commit

Permalink
current the >> the current (#797)
Browse files Browse the repository at this point in the history
  • Loading branch information
Viral-Inc authored and darthtrevino committed Jun 15, 2017
1 parent 3e9a3fe commit 4004f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/03 Monitoring State/DragSourceMonitor.md
Expand Up @@ -25,6 +25,6 @@ DragSourceMonitor

* **`getClientOffset()`**: Returns the last recorded `{ x, y }` client offset of the pointer while a drag operation is in progress. Returns `null` if no item is being dragged.

* **`getDifferenceFromInitialOffset()`**: Returns the `{ x, y }` difference between the last recorded client offset of the pointer and the client offset when current the drag operation has started. Returns `null` if no item is being dragged.
* **`getDifferenceFromInitialOffset()`**: Returns the `{ x, y }` difference between the last recorded client offset of the pointer and the client offset when the current drag operation has started. Returns `null` if no item is being dragged.

* **`getSourceClientOffset()`**: Returns the projected `{ x, y }` client offset of the drag source component's root DOM node, based on its position at the time when the current drag operation has started, and the movement difference. Returns `null` if no item is being dragged.

0 comments on commit 4004f7a

Please sign in to comment.