diff --git a/js/ui/keyboard.js b/js/ui/keyboard.js index 8893d978d..00f262668 100644 --- a/js/ui/keyboard.js +++ b/js/ui/keyboard.js @@ -1429,8 +1429,9 @@ export const Keyboard = GObject.registerClass({ for (const group of groups) { try { keyboardModel = new KeyboardModel(group); + break; } catch (e) { - // Ignore this error + // Ignore this error and fall back to next model } }