Skip to content

Commit 3c6ee38

Browse files
author
Tanner Reits
committed
remove TODO
1 parent d8c9782 commit 3c6ee38

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/utils/focus-trap.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ const focusElementInContext = <T extends HTMLElement>(
7878
}
7979

8080
if (elementToFocus) {
81-
// TODO: need to verify we're focusing a radio?
8281
const radioGroup = elementToFocus.closest('ion-radio-group');
8382

8483
if (radioGroup) {

0 commit comments

Comments
 (0)