mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-01-20 01:22:59 +08:00
don't change useTouchEventsAuto default
This commit is contained in:
parent
5b608d4f71
commit
15f8ef056b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user