Skip to content

Commit 2bb6141

Browse files
authored
Update article.md
1 parent d304447 commit 2bb6141

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

2-ui/3-event-details/6-pointer-events/article.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,11 +243,11 @@ La demostración completa:
243243
244244
<p></p>
245245
246-
In the demo, there's also an additional element with `onmouseover` handler showing the current date.
246+
En el demo, hay un elemento adicional con un controlador `onmouseover` que muestra la fecha actual.
247247
248-
Please note: while you're dragging the thumb, you may hover over this element, and its handler *does not* trigger.
248+
Nota que mientras arrastras el dial, puedes pasar sobre ese elemento y su controlador *no* se dispara.
249249
250-
So the dragging is now free of side effects, thanks to `setPointerCapture`.
250+
Entonces el arrastre esta ahora libre de efectos secundarios gracias a `setPointerCapture`.
251251
```
252252

253253

0 commit comments

Comments
 (0)