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
Updates search to enable regex by default
main
Keith Daulton
2 anni fa
committed by
Eric Amodio
parent
2ee37c46d3
commit
3ff8393b84
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
src/webviews/apps/shared/components/search/search-field.ts
+ 1
- 1
src/webviews/apps/shared/components/search/search-field.ts
Vedi File
@ -147,7 +147,7 @@ export class SearchField extends FASTElement {
case
=
false
;
@attr
(
{
mode
:
'boolean'
}
)
regex
=
fals
e
;
regex
=
tru
e
;
handleInput
(
e
:
Event
)
{
const
value
=
(
e
.
target
as
HTMLInputElement
)
?
.
value
;
Scrivi
Anteprima
Caricamento…
Annulla
Salva