This commit is contained in:
Min Idzelis
2025-04-23 02:48:12 +00:00
parent aab3bf241c
commit 159f10d3f9
+1 -1
View File
@@ -26,7 +26,7 @@ export const listNavigation: Action<HTMLElement, HTMLElement | undefined> = (
const element = children.at(newIndex);
if (element instanceof HTMLElement) {
// element.focus();
element.focus();
}
};