From b249f27143fbff649b3106439642d727b2028370 Mon Sep 17 00:00:00 2001 From: "Timothy Z." Date: Fri, 1 May 2026 19:39:37 +0300 Subject: [PATCH] fix: spacebar hold recognision --- src/routes/Player/Player.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/Player/Player.js b/src/routes/Player/Player.js index 30a835ef1..ccc59a7d6 100644 --- a/src/routes/Player/Player.js +++ b/src/routes/Player/Player.js @@ -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) {