Removing caret position reset

This commit is contained in:
Francisco Hodge 2018-10-06 22:25:29 -04:00
parent 7b7697841e
commit 88b804643b

View File

@ -161,7 +161,6 @@ class SimpleKeyboard {
this.keyboardDOM.innerHTML = '';
this.keyboardDOM.className = this.keyboardDOMClass;
this.buttonElements = {};
this.caretPosition = null;
}
dispatch = (callback) => {