Skip to content

Commit 62c32d2

Browse files
authored
Update article.md
"roll our own" -> "roll your own" "can see that's" - "can see that that's"
1 parent 42920c1 commit 62c32d2

File tree

1 file changed

+1
-1
lines changed
  • 2-ui/3-event-details/4-mouse-drag-and-drop

1 file changed

+1
-1
lines changed

2-ui/3-event-details/4-mouse-drag-and-drop/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -300,4 +300,4 @@ We can lay a lot on this foundation.
300300
- We can use event delegation for `mousedown/up`. A large-area event handler that checks `event.target` can manage Drag'n'Drop for hundreds of elements.
301301
- And so on.
302302

303-
There are frameworks that build architecture over it: `DragZone`, `Droppable`, `Draggable` and other classes. Most of them do the similar stuff to what's described above, so it should be easy to understand them now. Or roll our own, as you can see that's easy enough to do, sometimes easier than adapting a third-part solution.
303+
There are frameworks that build architecture over it: `DragZone`, `Droppable`, `Draggable` and other classes. Most of them do the similar stuff to what's described above, so it should be easy to understand them now. Or roll your own, as you can see that that's easy enough to do, sometimes easier than adapting a third-part solution.

0 commit comments

Comments
 (0)