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 webview context keys not set properly
main
Eric Amodio
1 ano atrás
pai
f2b82cd11e
commit
d6825163b1
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
src/webviews/webviewController.ts
+ 1
- 1
src/webviews/webviewController.ts
Ver arquivo
@ -467,9 +467,9 @@ function resetContextKeys(
function
setContextKeys
(
contextKeyPrefix
:
`
${
ContextKeys
.
WebviewPrefix
}
${
WebviewIds
}
`
|
`
${
ContextKeys
.
WebviewViewPrefix
}
${
WebviewViewIds
}
`
,
active?
:
boolean
,
focus?
:
boolean
,
inputFocus?
:
boolean
,
active?
:
boolean
,
)
:
void
{
if
(
contextKeyPrefix
.
startsWith
(
ContextKeys
.
WebviewPrefix
)
)
{
if
(
active
!=
null
)
{
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar