don't change useTouchEventsAuto default

This commit is contained in:
David Li 2019-11-02 09:23:12 +01:00
parent 5b608d4f71
commit 15f8ef056b

View File

@ -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