mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-02-01 02:53:07 +08:00
Build update
This commit is contained in:
parent
2264560eb5
commit
38cbc0e99c
@ -1,6 +1,6 @@
|
|||||||
/*!
|
/*!
|
||||||
*
|
*
|
||||||
* simple-keyboard v2.20.8
|
* simple-keyboard v2.20.9
|
||||||
* 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.8 (Non-minified build)
|
* simple-keyboard v2.20.9 (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.8 (Non-minified build)
|
* simple-keyboard v2.20.9 (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)
|
||||||
@ -1019,6 +1019,7 @@
|
|||||||
var _this4 = this;
|
var _this4 = this;
|
||||||
this.dispatch(function(instance) {
|
this.dispatch(function(instance) {
|
||||||
instance.replaceInput(_this4.input);
|
instance.replaceInput(_this4.input);
|
||||||
|
instance.caretPosition = _this4.caretPosition;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
@ -1074,9 +1075,6 @@
|
|||||||
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…
Reference in New Issue
Block a user