mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-02-01 02:53:07 +08:00
Removing caret position reset
This commit is contained in:
parent
7b7697841e
commit
88b804643b
@ -161,7 +161,6 @@ class SimpleKeyboard {
|
|||||||
this.keyboardDOM.innerHTML = '';
|
this.keyboardDOM.innerHTML = '';
|
||||||
this.keyboardDOM.className = this.keyboardDOMClass;
|
this.keyboardDOM.className = this.keyboardDOMClass;
|
||||||
this.buttonElements = {};
|
this.buttonElements = {};
|
||||||
this.caretPosition = null;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
dispatch = (callback) => {
|
dispatch = (callback) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user