Explorar el Código

Shows ... while autolinks are loading

main
Eric Amodio hace 2 años
padre
commit
eaef44b0aa
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/webviews/apps/commitDetails/commitDetails.ts

+ 1
- 1
src/webviews/apps/commitDetails/commitDetails.ts Ver fichero

@ -455,7 +455,7 @@ export class CommitDetailsApp extends App> {
if ($count == null) return;
const count = (state.pullRequest != null ? 1 : 0) + (state.autolinkedIssues?.length ?? 0);
$count.innerHTML = `${count} found`;
$count.innerHTML = state.includeRichContent ? `${count} found` : '…';
}
renderPullRequest(state: CommitState) {

Cargando…
Cancelar
Guardar