We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d304447 commit 2bb6141Copy full SHA for 2bb6141
2-ui/3-event-details/6-pointer-events/article.md
@@ -243,11 +243,11 @@ La demostración completa:
243
244
<p></p>
245
246
-In the demo, there's also an additional element with `onmouseover` handler showing the current date.
+En el demo, hay un elemento adicional con un controlador `onmouseover` que muestra la fecha actual.
247
248
-Please note: while you're dragging the thumb, you may hover over this element, and its handler *does not* trigger.
+Nota que mientras arrastras el dial, puedes pasar sobre ese elemento y su controlador *no* se dispara.
249
250
-So the dragging is now free of side effects, thanks to `setPointerCapture`.
+Entonces el arrastre esta ahora libre de efectos secundarios gracias a `setPointerCapture`.
251
```
252
253
0 commit comments