mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-01-19 16:52:59 +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.className = this.keyboardDOMClass;
|
||||
this.buttonElements = {};
|
||||
this.caretPosition = null;
|
||||
}
|
||||
|
||||
dispatch = (callback) => {
|
||||
|
Loading…
Reference in New Issue
Block a user