This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Updates search to enable regex by default
main
Keith Daulton
2 years ago
committed by
Eric Amodio
parent
2ee37c46d3
commit
3ff8393b84
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/webviews/apps/shared/components/search/search-field.ts
+ 1
- 1
src/webviews/apps/shared/components/search/search-field.ts
View 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
;
Write
Preview
Loading…
Cancel
Save