From f96ccf4c586e152724dac4d03644a3cabdc7f1fa Mon Sep 17 00:00:00 2001 From: bangjiehan Date: Thu, 20 Feb 2025 13:01:20 +0800 Subject: [PATCH] Fix typo in 2-ui/3-event-details/6-pointer-events/article.md --- 2-ui/3-event-details/6-pointer-events/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.