[251120] fix: PlayerPanel tabIndex=2 focus
🕐 커밋 시간: 2025. 11. 20. 15:49:39 📊 변경 통계: • 총 파일: 3개 • 추가: +20줄 • 삭제: -4줄 📝 수정된 파일: ~ com.twin.app.shoptime/src/views/PlayerPanel/PlayerOverlay/PlayerOverlayContents.jsx ~ com.twin.app.shoptime/src/views/PlayerPanel/PlayerTabContents/v2/LiveChannelNext.jsx ~ com.twin.app.shoptime/src/views/PlayerPanel/PlayerTabContents/v2/ShopNowButton.jsx
This commit is contained in:
@@ -12,7 +12,9 @@ export default function ShopNowButton({ onClick }) {
|
||||
const handleSpotlightUp = (e) => {
|
||||
e.stopPropagation();
|
||||
e.preventDefault();
|
||||
Spotlight.focus(SpotlightIds.PLAYER_BACK_BUTTON);
|
||||
if (!Spotlight.focus('player-subtitlebutton')) {
|
||||
Spotlight.focus(SpotlightIds.PLAYER_BACK_BUTTON);
|
||||
}
|
||||
};
|
||||
return (
|
||||
<div className={css.container}>
|
||||
|
||||
Reference in New Issue
Block a user