mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
keyboard: Fix warnings on destroyed actors
Trying to hide a page gets hard when the page was previouly destroyed. Closes: https://gitlab.gnome.org/GNOME/gnome-shell/issues/1281
This commit is contained in:
parent
bd5a1121d6
commit
7f66aede01
1 changed files with 1 additions and 0 deletions
|
|
@ -1477,6 +1477,7 @@ var Keyboard = class Keyboard {
|
|||
c.destroy();
|
||||
});
|
||||
|
||||
this._currentPage = null;
|
||||
this._groups = {};
|
||||
this._onGroupChanged();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue