Przeglądaj źródła

Updates search to enable regex by default

main
Keith Daulton 2 lat temu
committed by Eric Amodio
rodzic
commit
3ff8393b84
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/webviews/apps/shared/components/search/search-field.ts

+ 1
- 1
src/webviews/apps/shared/components/search/search-field.ts Wyświetl plik

@ -147,7 +147,7 @@ export class SearchField extends FASTElement {
case = false;
@attr({ mode: 'boolean' })
regex = false;
regex = true;
handleInput(e: Event) {
const value = (e.target as HTMLInputElement)?.value;

Ładowanie…
Anuluj
Zapisz