This commit is contained in:
Niels Lyngsø
2024-04-30 20:08:13 +02:00
parent 9f6f1ecfd9
commit 561bbdb024

View File

@@ -107,11 +107,6 @@ export class UmbSectionSidebarContextMenuElement extends UmbLitElement {
: nothing;
}
disconnectedCallback(): void {
super.disconnectedCallback();
this.removeEventListener(UMB_CONTENT_REQUEST_EVENT_TYPE, this.#proxyContextRequests as EventListener);
}
static styles = [
UmbTextStyles,
css`