mirror of
https://github.com/immich-app/immich.git
synced 2025-07-09 03:04:16 -04:00
typo
This commit is contained in:
parent
aab3bf241c
commit
159f10d3f9
@ -26,7 +26,7 @@ export const listNavigation: Action<HTMLElement, HTMLElement | undefined> = (
|
|||||||
|
|
||||||
const element = children.at(newIndex);
|
const element = children.at(newIndex);
|
||||||
if (element instanceof HTMLElement) {
|
if (element instanceof HTMLElement) {
|
||||||
// element.focus();
|
element.focus();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user