mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 10:59:50 +00:00
Fix dialog stopping scrolling (#15574)
This commit is contained in:
@@ -45,6 +45,7 @@ export class HaDialog extends DialogBase {
|
||||
}
|
||||
|
||||
disconnectedCallback(): void {
|
||||
super.disconnectedCallback();
|
||||
this.contentElement.removeEventListener("scroll", this._onScroll);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user