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.
2 parents c7da1a0 + e850873 commit ed1b44eCopy full SHA for ed1b44e
2-ui/3-event-details/4-mouse-drag-and-drop/article.md
@@ -18,7 +18,7 @@ The basic Drag'n'Drop algorithm looks like this:
18
2. Then on `mousemove` move it by changing `left/top` with `position:absolute`.
19
3. On `mouseup` - perform all actions related to finishing the drag'n'drop.
20
21
-These are the basics. Later we'll see how to other features, such as highlighting current underlying elements while we drag over them.
+These are the basics. Later we'll see how to add other features, such as highlighting current underlying elements while we drag over them.
22
23
Here's the implementation of dragging a ball:
24
0 commit comments