apps-menu: Duplicate destroy actor
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/issues/59
This commit is contained in:
@@ -742,7 +742,6 @@ class ApplicationsButton extends PanelMenu.Button {
|
||||
}
|
||||
|
||||
destroy() {
|
||||
this.menu.actor.get_children().forEach(c => { c.destroy() });
|
||||
super.destroy();
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user