diff --git a/web/source/dom/domManager.ts b/web/source/dom/domManager.ts index 6c1cefe188..aeeb1b0130 100644 --- a/web/source/dom/domManager.ts +++ b/web/source/dom/domManager.ts @@ -1623,9 +1623,7 @@ namespace com.keyman.dom { // Exit initialization here if we're using an embedded code path. if(this.keyman.isEmbedded) { - if(!this.keyman.keyboardManager.setDefaultKeyboard()) { - console.error("No keyboard stubs exist - cannot initialize keyboard!"); - } + this.keyman.keyboardManager.setDefaultKeyboard(); return Promise.resolve(); }