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:
Leo Vasanko
2023-11-14 05:55:55 -08:00
parent c5c65d136a
commit 520a9dff47
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" />