[DetailPanel] youmaylike cursorVisible Job 1 seconds
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user