mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Fix dialog stopping scrolling (#15574)
This commit is contained in:
parent
96a261d831
commit
12478a2177
@ -45,6 +45,7 @@ export class HaDialog extends DialogBase {
|
||||
}
|
||||
|
||||
disconnectedCallback(): void {
|
||||
super.disconnectedCallback();
|
||||
this.contentElement.removeEventListener("scroll", this._onScroll);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user