Keyboard nav: 1/2/3 globally toggle table ordering. Esc closes search, slash also toggles search like Ctrl/Cmd+F does.

This commit is contained in:
2023-11-14 21:55:55 +00:00
parent 0d24d807ac
commit 14ea4d51f2
2 changed files with 10 additions and 2 deletions
-1
View File
@@ -21,7 +21,6 @@
@input="updateSearch"
placeholder="Search words"
class="margin-input"
@keyup.escape="closeSearch"
/>
</template>
<SvgButton ref="searchButton" name="find" @click.prevent="toggleSearchInput" />