Skip to content

Commit

Permalink
Revert an update.
Browse files Browse the repository at this point in the history
  • Loading branch information
atmgrifter00 committed Mar 5, 2024
1 parent b0b5b25 commit 5054609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nimble-components/src/select/template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ SelectOptions
class="scrollable-region">
<slot
${slotted({
filter: (n: Node) => isListboxOption(n),
filter: (n: Node) => n instanceof HTMLElement && isListboxOption(n),
flatten: true,
property: 'slottedOptions',
})}
Expand Down

0 comments on commit 5054609

Please sign in to comment.