mirror of https://github.com/bra1n/townsquare.git
Add V hotkey for the vote history modal
This commit is contained in:
parent
5bccde5943
commit
d88b02d199
|
@ -102,6 +102,9 @@ export default {
|
|||
if (this.session.isSpectator) return;
|
||||
this.$store.commit("toggleModal", "roles");
|
||||
break;
|
||||
case "v":
|
||||
this.$store.commit("toggleModal", "voteHistory");
|
||||
break;
|
||||
case "escape":
|
||||
this.$store.commit("toggleModal");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue