핫픽스 초기 포커스 확인용도2
This commit is contained in:
@@ -86,7 +86,7 @@ export default function HotPicksPanel({ panelInfo, isOnTop, spotlightId }) {
|
||||
const dispatch = useDispatch();
|
||||
|
||||
const scrollJob = useRef(new Job((func) => func(), 0));
|
||||
const spotJob = useRef(new Job((func) => func(), 200));
|
||||
const spotJob = useRef(new Job((func) => func(), 300));
|
||||
|
||||
const { cursorVisible } = useSelector((state) => state.common.appStatus);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user