diff options
| author | takonomura <takonomura@users.noreply.github.com> | 2020-10-30 16:42:51 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-30 16:42:51 +0900 |
| commit | cf6596203bfad4ff66be10576824e4a2643a0fcd (patch) | |
| tree | c51470ab67214ec1a5e83d32309c68d01a081824 /src | |
| parent | Merge branch 'develop' of https://github.com/syuilo/misskey into develop (diff) | |
| download | sharkey-cf6596203bfad4ff66be10576824e4a2643a0fcd.tar.gz sharkey-cf6596203bfad4ff66be10576824e4a2643a0fcd.tar.bz2 sharkey-cf6596203bfad4ff66be10576824e4a2643a0fcd.zip | |
検索ショートカットが使えないのを修正 (#6783)
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/ui/default.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/ui/default.vue b/src/client/ui/default.vue index ae91405eda..caf5052a95 100644 --- a/src/client/ui/default.vue +++ b/src/client/ui/default.vue @@ -110,7 +110,7 @@ export default defineComponent({ }, 'p': os.post, 'n': os.post, - 's': search, + 's': () => search(), 'h|/': this.help }; }, |