diff --git a/src/components/VirtualKeyboard.vue b/src/components/VirtualKeyboard.vue index 839bb3f..4a2b4ed 100644 --- a/src/components/VirtualKeyboard.vue +++ b/src/components/VirtualKeyboard.vue @@ -446,8 +446,10 @@ } }); } - if (index >= 0) + if (index >= 0){ list.splice(index, 1); + this.currentButtonId = null; + } }, firstNotEmpty: function (alias, key) { return this.isEmpty(alias) ? key : alias;