Skip to content

Commit 1c60e56

Browse files
committed
fix(listitem): click() from listItemRoot
1 parent 223b88d commit 1c60e56

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

list/internal/listitem/list-item.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,4 +203,8 @@ export class ListItemEl extends listItemBaseClass implements ListItem {
203203
// work programmatically like in FF and select-option
204204
this.listItemRoot?.focus();
205205
}
206+
207+
override click() {
208+
this.listItemRoot?.click();
209+
}
206210
}

0 commit comments

Comments
 (0)