Explorar el Código

prevent event default

Gildas hace 5 años
padre
commit
bdcb0ffe8d
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      extension/ui/content/content-ui-editor-web.js

+ 1 - 0
extension/ui/content/content-ui-editor-web.js

@@ -1217,6 +1217,7 @@ table {
 				} else {
 					undoCutPage();
 				}
+				event.preventDefault();
 			}
 		}
 	}