Este site funciona melhor com JavaScript.
Página inicial
Explorar
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
Fixes error in timeline for unsupported schemes
main
Eric Amodio
2 anos atrás
pai
26cf19cbf3
commit
5e56778901
1 arquivos alterados
com
1 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-0
src/plus/webviews/timeline/timelineWebviewView.ts
+ 1
- 0
src/plus/webviews/timeline/timelineWebviewView.ts
Ver arquivo
@ -144,6 +144,7 @@ export class TimelineWebviewView extends WebviewViewBase
{
@debug
(
{
args
:
false
}
)
private
onActiveEditorChanged
(
editor
:
TextEditor
|
undefined
)
{
if
(
editor
==
null
||
!
this
.
container
.
git
.
isTrackable
(
editor
.
document
.
uri
)
)
return
;
if
(
!
this
.
updatePendingEditor
(
editor
)
)
return
;
this
.
updateState
(
)
;
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar