sync this.type with props.type

This commit is contained in:
dongyoungKo
2025-05-28 11:11:05 +09:00
parent 4ace34b9f0
commit a6f4cb8ab8
2 changed files with 7 additions and 5 deletions

View File

@@ -1927,6 +1927,7 @@ const PlayerPanel = ({
return panelInfo.shptmBanrTpNm;
}, [panelInfo.shptmBanrTpNm, playListInfo, selectedIndex]);
const clearTimer = useCallback(() => {
clearTimeout(timerId.current);
timerId.current = null;