diff --git a/js/ui/keyboard.js b/js/ui/keyboard.js index 3c5c65091..85c186a99 100644 --- a/js/ui/keyboard.js +++ b/js/ui/keyboard.js @@ -1477,6 +1477,7 @@ var Keyboard = class Keyboard { c.destroy(); }); + this._currentPage = null; this._groups = {}; this._onGroupChanged(); }