From 88b804643bb009362ff491864407f75238376daf Mon Sep 17 00:00:00 2001 From: Francisco Hodge Date: Sat, 6 Oct 2018 22:25:29 -0400 Subject: [PATCH] Removing caret position reset --- src/lib/components/Keyboard.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/components/Keyboard.js b/src/lib/components/Keyboard.js index 7384145f..ac2728cc 100644 --- a/src/lib/components/Keyboard.js +++ b/src/lib/components/Keyboard.js @@ -161,7 +161,6 @@ class SimpleKeyboard { this.keyboardDOM.innerHTML = ''; this.keyboardDOM.className = this.keyboardDOMClass; this.buttonElements = {}; - this.caretPosition = null; } dispatch = (callback) => {