This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
mirrors
/
SingleFile
espejo de
https://github.com/gildas-lormeau/SingleFile
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
prevent event default
Gildas
hace 5 años
padre
a69e0d74b3
commit
bdcb0ffe8d
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
extension/ui/content/content-ui-editor-web.js
+ 1
- 0
extension/ui/content/content-ui-editor-web.js
Ver fichero
@@ -1217,6 +1217,7 @@ table {
} else {
undoCutPage();
}
+ event.preventDefault();
}
}
}