diff --git a/src/components/panoItem.ts b/src/components/panoItem.ts index 0d941a0..c74f907 100644 --- a/src/components/panoItem.ts +++ b/src/components/panoItem.ts @@ -292,7 +292,7 @@ export class PanoItem extends St.Widget { GLib.Source.remove(this.timeoutId); this.timeoutId = undefined; } - this.overlay.destroy(); + this.header.destroy(); super.destroy(); } }