diff --git a/src/lib/components/Keyboard.js b/src/lib/components/Keyboard.js index 54960cd5..9bfc2ff7 100644 --- a/src/lib/components/Keyboard.js +++ b/src/lib/components/Keyboard.js @@ -805,6 +805,11 @@ class SimpleKeyboard { */ window["SimpleKeyboardInstances"][this.currentInstanceName] = null; delete window["SimpleKeyboardInstances"][this.currentInstanceName]; + + /** + * Reset initialized flag + */ + this.initialized = false; } /**