diff --git a/src/keyboard.vue b/src/keyboard.vue index 31d7094..d7b1989 100644 --- a/src/keyboard.vue +++ b/src/keyboard.vue @@ -95,7 +95,6 @@ watch: { layout() { - console.log("Layout changed"); this.currentKeySet = "default"; } }, @@ -185,7 +184,6 @@ if (this.options.preventClickEvent) e.preventDefault(); this.inputScrollLeft = this.input.scrollLeft; - //console.log("mousedown: ", this.input.scrollLeft, this.input.scrollWidth, this.input.clientWidth); }, clickKey(e, key) { @@ -437,4 +435,4 @@ } // .keyboard } // .vue-touch-keyboard - \ No newline at end of file +