mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-11 08:01:03 -07:00
検索ショートカットが使えないのを修正 (#6783)
This commit is contained in:
parent
7bd692340c
commit
5e19805dcc
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ export default defineComponent({
|
||||||
},
|
},
|
||||||
'p': os.post,
|
'p': os.post,
|
||||||
'n': os.post,
|
'n': os.post,
|
||||||
's': search,
|
's': () => search(),
|
||||||
'h|/': this.help
|
'h|/': this.help
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue