[No Jira Issue] fix syntax error

This commit is contained in:
younghoon100.park
2024-11-06 17:46:19 +09:00
parent ea4b157569
commit 7a2e249a16

View File

@@ -202,7 +202,7 @@ export default function HomePanel({ isOnTop }) {
target = "banner0";
}
setContainerLastFocusedElement(null, containerId);
setContainerLastFocusedElement(null, [containerId]);
setTimeout(() => Spotlight.focus(target));
}
}, [sortedHomeLayoutInfo]);