This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
mirrors
/
SingleFile
réplica de
https://github.com/gildas-lormeau/SingleFile
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Explorar o código
prevent event default
Gildas
%!s(int64=5) %!d(string=hai) anos
pai
a69e0d74b3
achega
bdcb0ffe8d
Modificáronse 1 ficheiros
con
1 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
1
0
extension/ui/content/content-ui-editor-web.js
+ 1
- 0
extension/ui/content/content-ui-editor-web.js
Ver ficheiro
@@ -1217,6 +1217,7 @@ table {
} else {
undoCutPage();
}
+ event.preventDefault();
}
}
}