Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 28ed616

Browse files
committed
feat(search): focus on search string by default
1 parent 675a5e9 commit 28ed616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/public/app/widgets/search_options/search_string.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const TPL = `
1010
<tr>
1111
<td class="title-column">${t("search_string.title_column")}</td>
1212
<td>
13-
<textarea class="form-control search-string" placeholder="${t("search_string.placeholder")}"></textarea>
13+
<textarea class="form-control search-string" placeholder="${t("search_string.placeholder")}" autofocus></textarea>
1414
</td>
1515
<td class="button-column">
1616
<div class="dropdown help-dropdown">

0 commit comments

Comments
 (0)