Build update

This commit is contained in:
Francisco Hodge 2019-04-27 14:46:36 -04:00
parent 2264560eb5
commit 38cbc0e99c
6 changed files with 8 additions and 10 deletions

View File

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

View File

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

View File

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