mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-03 23:16:28 +09:00
Fix #5854
This commit is contained in:
@ -179,6 +179,7 @@ export default Vue.extend({
|
||||
return {
|
||||
'p': this.post,
|
||||
'n': this.post,
|
||||
'h|/': this.help
|
||||
};
|
||||
},
|
||||
|
||||
@ -254,6 +255,10 @@ export default Vue.extend({
|
||||
},
|
||||
|
||||
methods: {
|
||||
help() {
|
||||
this.$router.push('/docs/keyboard-shortcut');
|
||||
},
|
||||
|
||||
back() {
|
||||
if (this.canBack) window.history.back();
|
||||
},
|
||||
|
Reference in New Issue
Block a user