mirror of
https://github.com/misskey-dev/misskey
synced 2024-11-29 15:28:31 +09:00
検索ショートカットが使えないのを修正 (#6783)
This commit is contained in:
parent
471911a54f
commit
cf6596203b
@ -110,7 +110,7 @@ export default defineComponent({
|
||||
},
|
||||
'p': os.post,
|
||||
'n': os.post,
|
||||
's': search,
|
||||
's': () => search(),
|
||||
'h|/': this.help
|
||||
};
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user