Merge pull request #3108 from dreamleak/patch-1

Fix typo in pointercancel section
This commit is contained in:
Ilya Kantor 2022-08-14 10:35:48 +03:00 committed by GitHub
commit e6b86f91ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -111,7 +111,7 @@ Such causes are:
We'll demonstrate `pointercancel` on a practical example to see how it affects us.
Let's say we're impelementing drag'n'drop for a ball, just as in the beginning of the article <info:mouse-drag-and-drop>.
Let's say we're implementing drag'n'drop for a ball, just as in the beginning of the article <info:mouse-drag-and-drop>.
Here is the flow of user actions and the corresponding events: