mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-26 02:36:37 +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 {
|
disconnectedCallback(): void {
|
||||||
|
super.disconnectedCallback();
|
||||||
this.contentElement.removeEventListener("scroll", this._onScroll);
|
this.contentElement.removeEventListener("scroll", this._onScroll);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user