You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 2-ui/4-forms-controls/3-events-change-input/article.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ Estos eventos ocurren al cortar/copiar/pegar un valor.
61
61
Estos pertenecen a la clase [ClipboardEvent](https://www.w3.org/TR/clipboard-apis/#clipboard-event-interfaces) y dan acceso a los datos copiados/pegados.
62
62
63
63
También podemos usar `event.preventDefault()` para cancelar la acción y que nada sea copiado/pegado.
64
-
Por ejemplo, el código siguiente evita tales eventos y muestra qué es los que estamos intentando cortar/copiar/pegar:
64
+
Por ejemplo, el siguiente código evita tales eventos y muestra qué es los que estamos intentando cortar/copiar/pegar:
0 commit comments