Skip to content

Commit

Permalink
Update dropdown.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jokd committed Dec 13, 2024
1 parent 1c6bbaf commit fce8876
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/dropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ export default function Dropdown(options = {}) {
const contentCmps = contentComponent.getComponents();
if (contentCmps) return contentCmps;
return false;
}
};

const setItems = function setItems(listItems) {
items = listItems;
const contentEl = document.getElementById(contentComponent.getId());
Expand Down

0 comments on commit fce8876

Please sign in to comment.