検索ショートカットが使えないのを修正 (#6783)

This commit is contained in:
takonomura 2020-10-30 16:42:51 +09:00 committed by GitHub
parent 471911a54f
commit cf6596203b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -110,7 +110,7 @@ export default defineComponent({
},
'p': os.post,
'n': os.post,
's': search,
's': () => search(),
'h|/': this.help
};
},