Skip to content

Commit

Permalink
fix selector
Browse files Browse the repository at this point in the history
  • Loading branch information
driskull committed Oct 18, 2021
1 parent c4edbc5 commit bb24c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/calcite-list/calcite-list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export class CalciteList {
@Method()
async setFocus(): Promise<void> {
const firstListItem: HTMLCalciteListItemElement = this.el.querySelector(
`calcite-list-item:not("non-interactive")`
`calcite-list-item:not([non-interactive])`
);
firstListItem?.setFocus();
}
Expand Down

0 comments on commit bb24c42

Please sign in to comment.