From 5edc75069be385e2f4e4547f09dabffb5ceaf367 Mon Sep 17 00:00:00 2001 From: ZaneYork Date: Fri, 23 Oct 2020 14:28:35 +0800 Subject: [PATCH] Fix a issue of add button --- src/components/VirtualKeyboard.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/VirtualKeyboard.vue b/src/components/VirtualKeyboard.vue index 4a2b4ed..4199089 100644 --- a/src/components/VirtualKeyboard.vue +++ b/src/components/VirtualKeyboard.vue @@ -429,6 +429,7 @@ } target.push(newButton); this.currentButton = newButton; + this.currentButtonId = newButton.id; }, onRemoveButton: function () { let list = this.config.buttons;