Il sito funziona meglio con JavaScript.
Home
Esplora
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Fixes error in timeline for unsupported schemes
main
Eric Amodio
2 anni fa
parent
26cf19cbf3
commit
5e56778901
1 ha cambiato i file
con
1 aggiunte
e
0 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-0
src/plus/webviews/timeline/timelineWebviewView.ts
+ 1
- 0
src/plus/webviews/timeline/timelineWebviewView.ts
Vedi File
@ -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
(
)
;
Scrivi
Anteprima
Caricamento…
Annulla
Salva