mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-03-16 16:43:46 +08:00
Build update
This commit is contained in:
parent
2e20230cf7
commit
f9881d3cc7
@ -1,6 +1,6 @@
|
|||||||
/*!
|
/*!
|
||||||
*
|
*
|
||||||
* simple-keyboard v2.20.5
|
* simple-keyboard v2.20.6
|
||||||
* https://github.com/hodgef/simple-keyboard
|
* https://github.com/hodgef/simple-keyboard
|
||||||
*
|
*
|
||||||
* Copyright (c) Francisco Hodge (https://github.com/hodgef)
|
* Copyright (c) Francisco Hodge (https://github.com/hodgef)
|
||||||
|
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
|||||||
/*!
|
/*!
|
||||||
*
|
*
|
||||||
* simple-keyboard v2.20.5 (Non-minified build)
|
* simple-keyboard v2.20.6 (Non-minified build)
|
||||||
* https://github.com/hodgef/simple-keyboard
|
* https://github.com/hodgef/simple-keyboard
|
||||||
*
|
*
|
||||||
* Copyright (c) Francisco Hodge (https://github.com/hodgef)
|
* Copyright (c) Francisco Hodge (https://github.com/hodgef)
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
|||||||
/*!
|
/*!
|
||||||
*
|
*
|
||||||
* simple-keyboard v2.20.5 (Non-minified build)
|
* simple-keyboard v2.20.6 (Non-minified build)
|
||||||
* https://github.com/hodgef/simple-keyboard
|
* https://github.com/hodgef/simple-keyboard
|
||||||
*
|
*
|
||||||
* Copyright (c) Francisco Hodge (https://github.com/hodgef)
|
* Copyright (c) Francisco Hodge (https://github.com/hodgef)
|
||||||
@ -1035,6 +1035,9 @@
|
|||||||
inputName = inputName || this.options.inputName;
|
inputName = inputName || this.options.inputName;
|
||||||
this.input[inputName] = "";
|
this.input[inputName] = "";
|
||||||
/**
|
/**
|
||||||
|
* Reset caretPosition
|
||||||
|
*/ this.caretPosition = 0;
|
||||||
|
/**
|
||||||
* Enforce syncInstanceInputs, if set
|
* Enforce syncInstanceInputs, if set
|
||||||
*/ if (this.options.syncInstanceInputs) {
|
*/ if (this.options.syncInstanceInputs) {
|
||||||
this.syncInstanceInputs(this.input);
|
this.syncInstanceInputs(this.input);
|
||||||
@ -1076,6 +1079,9 @@
|
|||||||
key: "replaceInput",
|
key: "replaceInput",
|
||||||
value: function replaceInput(inputObj) {
|
value: function replaceInput(inputObj) {
|
||||||
this.input = inputObj;
|
this.input = inputObj;
|
||||||
|
/**
|
||||||
|
* Reset caretPosition
|
||||||
|
*/ this.caretPosition = null;
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* Set new option or modify existing ones after initialization.
|
* Set new option or modify existing ones after initialization.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user