From 4768c47cee5d8a0c8d712b81aef760578a9cf6a9 Mon Sep 17 00:00:00 2001 From: Nick Coutsos Date: Sat, 13 Nov 2021 20:13:07 -0500 Subject: Easily reload keyboard data --- application/components/app.vue | 1 + application/components/github/picker.vue | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/application/components/app.vue b/application/components/app.vue index 38443b5..bdce49c 100644 --- a/application/components/app.vue +++ b/application/components/app.vue @@ -34,6 +34,7 @@ export default { this.sourceOther = other this.layout.splice(0, this.layout.length, ...layout) Object.assign(this.keymap, keymap) + this.editingKeymap = {} }, handleUpdateKeymap(keymap) { Object.assign(this.editingKeymap, keymap) diff --git a/application/components/github/picker.vue b/application/components/github/picker.vue index 7f40a7f..9c73c89 100644 --- a/application/components/github/picker.vue +++ b/application/components/github/picker.vue @@ -43,6 +43,12 @@ :errors="loadKeyboardWarnings" @dismiss="loadKeyboardWarnings = null" /> + +