Skip to content

Commit

Permalink
refactor(dropdown-item): remove unused members (#9794)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfranco authored Jul 18, 2024
1 parent 1ca5e96 commit 6801bb6
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions packages/calcite-components/src/components/dropdown/dropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -444,22 +444,12 @@ export class Dropdown

guid = `calcite-dropdown-${guid()}`;

defaultAssignedElements: Element[] = [];

//--------------------------------------------------------------------------
//
// Private Methods
//
//--------------------------------------------------------------------------

slotChangeHandler = (event: Event): void => {
this.defaultAssignedElements = (event.target as HTMLSlotElement).assignedElements({
flatten: true,
});

this.updateItems();
};

setFilteredPlacements = (): void => {
const { el, flipPlacements } = this;

Expand Down

0 comments on commit 6801bb6

Please sign in to comment.