fix: spacebar hold recognision

This commit is contained in:
Timothy Z. 2026-05-01 19:39:37 +03:00
parent 17f0ee0f62
commit b249f27143

View file

@ -127,7 +127,7 @@ const Player = ({ urlParams, queryParams }) => {
const longPress = React.useRef(false);
const controlBarRef = React.useRef(null);
const HOLD_DELAY = 200;
const HOLD_DELAY = 400;
const handleNextVideoNavigation = React.useCallback((deepLinks, bingeWatching, ended) => {
if (ended) {