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