mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 21:30:53 +08:00
feat(search): focus on search string by default
This commit is contained in:
parent
675a5e96e6
commit
28ed616fa6
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ const TPL = `
|
|||
<tr>
|
||||
<td class="title-column">${t("search_string.title_column")}</td>
|
||||
<td>
|
||||
<textarea class="form-control search-string" placeholder="${t("search_string.placeholder")}"></textarea>
|
||||
<textarea class="form-control search-string" placeholder="${t("search_string.placeholder")}" autofocus></textarea>
|
||||
</td>
|
||||
<td class="button-column">
|
||||
<div class="dropdown help-dropdown">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue