mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-03-16 16:43:46 +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.inputName = this.options.inputName || "default";
|
||||||
this.options.preventMouseDownDefault =
|
this.options.preventMouseDownDefault =
|
||||||
this.options.preventMouseDownDefault || false;
|
this.options.preventMouseDownDefault || false;
|
||||||
if (this.options.autUseTouchEvents === undefined)
|
|
||||||
this.options.autoUseTouchEvents = true;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @type {object} Classes identifying loaded plugins
|
* @type {object} Classes identifying loaded plugins
|
||||||
|
Loading…
x
Reference in New Issue
Block a user