Skip to content

Commit

Permalink
fix: remove unused props
Browse files Browse the repository at this point in the history
  • Loading branch information
luwes committed Sep 10, 2024
1 parent d96f305 commit 0d137b3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/js/menu/media-chrome-menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -307,8 +307,6 @@ class MediaChromeMenu extends globalThis.HTMLElement {
#mediaController: MediaController | null = null;
#previouslyFocused: HTMLElement | null = null;
#invokerElement: HTMLElement | null = null;
#keysSoFar = '';
#clearKeysTimeout: number | null = null;
#previousItems = new Set<MediaChromeMenuItem>();
#mutationObserver: MutationObserver;
#isPopover = false;
Expand Down

0 comments on commit 0d137b3

Please sign in to comment.