This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
mirrors
/
SingleFile
mirror de
https://github.com/gildas-lormeau/SingleFile
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Wiki
Ver código fonte
prevent event default
Gildas
5 anos atrás
pai
a69e0d74b3
commit
bdcb0ffe8d
1 arquivos alterados
com
1 adições
e
0 exclusões
Visão dividida
Mostrar estatísticas do Diff
1
0
extension/ui/content/content-ui-editor-web.js
+ 1
- 0
extension/ui/content/content-ui-editor-web.js
Ver arquivo
@@ -1217,6 +1217,7 @@ table {
} else {
undoCutPage();
}
+ event.preventDefault();
}
}
}