Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 2-ui/3-event-details/6-pointer-events/article.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ The full demo:

<p></p>

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.

Expand Down