Procházet zdrojové kódy

Updates search to enable regex by default

main
Keith Daulton před 2 roky
odevzdal Eric Amodio
rodič
revize
3ff8393b84
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      src/webviews/apps/shared/components/search/search-field.ts

+ 1
- 1
src/webviews/apps/shared/components/search/search-field.ts Zobrazit soubor

@ -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;

Načítá se…
Zrušit
Uložit