summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortakonomura <takonomura@users.noreply.github.com>2020-10-30 16:42:51 +0900
committerGitHub <noreply@github.com>2020-10-30 16:42:51 +0900
commitcf6596203bfad4ff66be10576824e4a2643a0fcd (patch)
treec51470ab67214ec1a5e83d32309c68d01a081824 /src
parentMerge branch 'develop' of https://github.com/syuilo/misskey into develop (diff)
downloadsharkey-cf6596203bfad4ff66be10576824e4a2643a0fcd.tar.gz
sharkey-cf6596203bfad4ff66be10576824e4a2643a0fcd.tar.bz2
sharkey-cf6596203bfad4ff66be10576824e4a2643a0fcd.zip
検索ショートカットが使えないのを修正 (#6783)
Diffstat (limited to 'src')
-rw-r--r--src/client/ui/default.vue2
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
};
},