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;
|
if (this.session.isSpectator) return;
|
||||||
this.$store.commit("toggleModal", "roles");
|
this.$store.commit("toggleModal", "roles");
|
||||||
break;
|
break;
|
||||||
|
case "v":
|
||||||
|
this.$store.commit("toggleModal", "voteHistory");
|
||||||
|
break;
|
||||||
case "escape":
|
case "escape":
|
||||||
this.$store.commit("toggleModal");
|
this.$store.commit("toggleModal");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue