Skip to content

Commit

Permalink
fix(core/group-context-menu): prune unused code (#392)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Leroux <daniel.leroux@siemens.com>
  • Loading branch information
nuke-ellington and danielleroux committed Feb 22, 2023
1 parent dd859a6 commit 2a0591f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/core/src/components/group/group-context-menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ export class GroupContextMenu {

@State() showContextMenu = false;

private observer!: MutationObserver;

get dropdownElement() {
return this.host.querySelector('ix-dropdown');
}
Expand All @@ -38,10 +36,6 @@ export class GroupContextMenu {
this.showContextMenu = !!this.dropdownElement;
}

disconnectedCallback() {
this.observer.disconnect();
}

render() {
return (
<Host>
Expand Down

0 comments on commit 2a0591f

Please sign in to comment.