fix keybinds page on dev

This commit is contained in:
booploops 2022-06-09 07:12:37 -07:00
parent 22ad286ffd
commit c8c6ccc3c4

View file

@ -170,6 +170,11 @@
Vue.component('keybinds-settings', {
template: "#keybinds-settings",
props: [],
data: function () {
return {
app: this.$root
}
},
methods: {
keyBindUpdate: function (action) {
const blur = document.createElement('div');