()
| 81 | } |
| 82 | |
| 83 | override disconnectedCallback(): void { |
| 84 | super.disconnectedCallback() |
| 85 | this._unregisterScoped() |
| 86 | this._unregisterModal() |
| 87 | } |
| 88 | |
| 89 | private _unregisterScoped(): void { |
| 90 | for (const reg of this._scopedRegistrations) { |
nothing calls this directly
no test coverage detected