diff --git a/2-ui/3-event-details/6-pointer-events/article.md b/2-ui/3-event-details/6-pointer-events/article.md index ecc1447120..47a65225bc 100644 --- a/2-ui/3-event-details/6-pointer-events/article.md +++ b/2-ui/3-event-details/6-pointer-events/article.md @@ -243,7 +243,7 @@ The full demo:

-In the demo, there's also an additional element with `onmouseover` handler showing the current date. +In the demo, there's also an additional element with `onmousemove` handler showing the current date. Please note: while you're dragging the thumb, you may hover over this element, and its handler *does not* trigger.