[DetailPanel] youmaylike cursorVisible Job 1 seconds

This commit is contained in:
고동영
2024-07-29 18:38:14 +09:00
parent 5227a92dae
commit e0a6f92140

View File

@@ -51,7 +51,7 @@ export default function YouMayLike({
const cursorVisible = useSelector(
(state) => state.common.appStatus.cursorVisible
);
const cursorOpen = useRef(new Job((func) => func(), 1500));
const cursorOpen = useRef(new Job((func) => func(), 1000));
const launchedFromPlayer = useMemo(() => {
const detailPanelIndex = panels.findIndex(