diff --git a/src/lib/components/Keyboard.js b/src/lib/components/Keyboard.js index 2b392786..67f1c49c 100644 --- a/src/lib/components/Keyboard.js +++ b/src/lib/components/Keyboard.js @@ -84,8 +84,6 @@ class SimpleKeyboard { this.options.inputName = this.options.inputName || "default"; this.options.preventMouseDownDefault = this.options.preventMouseDownDefault || false; - if (this.options.autUseTouchEvents === undefined) - this.options.autoUseTouchEvents = true; /** * @type {object} Classes identifying loaded plugins