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
Respects commit details view pinning
main
Eric Amodio
1 anno fa
parent
9e59258513
commit
9ec461b642
1 ha cambiato i file
con
2 aggiunte
e
0 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+2
-0
src/webviews/commitDetails/commitDetailsWebviewView.ts
+ 2
- 0
src/webviews/commitDetails/commitDetailsWebviewView.ts
Vedi File
@ -130,6 +130,8 @@ export class CommitDetailsWebviewView extends WebviewViewBase
preserveFocus?
:
boolean
|
undefined
;
preserveVisibility?
:
boolean
|
undefined
;
}
)
:
Promise
<
void
>
{
if
(
this
.
_pinned
&&
!
options
?
.
pin
&&
this
.
visible
)
return
;
if
(
options
!=
null
)
{
let
commit
;
let
pin
;
Scrivi
Anteprima
Caricamento…
Annulla
Salva